BigCommerce · Schema

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
is_active boolean
coupon_code object
notify_at_minutes object
template object
View JSON Schema on GitHub

JSON Schema

bigcommerce-abandondedcartemailpayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AbandondedCartEmailPayload",
  "title": "",
  "type": "object",
  "properties": {
    "is_active": {
      "type": "boolean"
    },
    "coupon_code": {
      "$ref": "#/components/schemas/CouponCode"
    },
    "notify_at_minutes": {
      "$ref": "#/components/schemas/NotifyAtMinutes"
    },
    "template": {
      "$ref": "#/components/schemas/Template"
    }
  },
  "x-internal": false
}