BigCommerce · Schema

GlobalCartSettingsRequest

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-globalcartsettingsrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GlobalCartSettingsRequest",
  "title": "GlobalCartSettingsRequest",
  "allOf": [
    {
      "$ref": "#/components/schemas/CartSettings"
    },
    {
      "description": "The request object for updating the cart settings of a store at the global level.",
      "required": [
        "allow_purchasing"
      ]
    }
  ],
  "x-tags": [
    "Models"
  ]
}