BigCommerce · Schema

GlobalAbandonedCartSettingsResponse

The response object of abandoned cart settings at the global level

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

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

JSON Schema

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