BigCommerce · Schema

AbandonedCartEmailModel

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

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

JSON Schema

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