BigCommerce · Schema

GlobalCartSettingsResponse

The response object of cart settings at the global level.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
data object
meta object
View JSON Schema on GitHub

JSON Schema

bigcommerce-globalcartsettingsresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GlobalCartSettingsResponse",
  "title": "GlobalCartSettingsResponse",
  "description": "The response object of cart settings at the global level.",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/CartSettings"
    },
    "meta": {
      "$ref": "#/components/schemas/metaCollection_open"
    }
  },
  "x-tags": [
    "Models"
  ]
}