BigCommerce · Schema

AbandonedCartSettings

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
use_global boolean Boolean value that specifies the inheritance state.
View JSON Schema on GitHub

JSON Schema

bigcommerce-abandonedcartsettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AbandonedCartSettings",
  "title": "AbandonedCartSettings",
  "type": "object",
  "properties": {
    "use_global": {
      "type": "boolean",
      "description": "Boolean value that specifies the inheritance state."
    }
  },
  "required": [
    "use_global"
  ],
  "x-internal": false
}