BigCommerce · Schema

CartSettings

Represents all settings related to the shopping cart functionality of a store.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
allow_purchasing boolean
View JSON Schema on GitHub

JSON Schema

bigcommerce-cartsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CartSettings",
  "title": "CartSettings",
  "description": "Represents all settings related to the shopping cart functionality of a store.",
  "type": "object",
  "properties": {
    "allow_purchasing": {
      "type": "boolean"
    }
  },
  "x-tags": [
    "Models"
  ]
}