BigCommerce · Schema

ChannelCartSettings

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

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
allow_purchasing boolean
View JSON Schema on GitHub

JSON Schema

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