BigCommerce · Schema

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
abandoned_cart_email boolean
account_details_changed_email boolean
combined_order_status_email boolean
create_account_email boolean
create_guest_account_email boolean
gift_certificate_email boolean
invoice_email boolean
order_message_notification_email boolean
product_review_email boolean
return_confirmation_email boolean
return_statuschange_email boolean
View JSON Schema on GitHub

JSON Schema

bigcommerce-enabledtransactionalemails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EnabledTransactionalEmails",
  "title": "",
  "type": "object",
  "properties": {
    "abandoned_cart_email": {
      "type": "boolean"
    },
    "account_details_changed_email": {
      "type": "boolean"
    },
    "combined_order_status_email": {
      "type": "boolean"
    },
    "create_account_email": {
      "type": "boolean"
    },
    "create_guest_account_email": {
      "type": "boolean"
    },
    "gift_certificate_email": {
      "type": "boolean"
    },
    "invoice_email": {
      "type": "boolean"
    },
    "order_message_notification_email": {
      "type": "boolean"
    },
    "product_review_email": {
      "type": "boolean"
    },
    "return_confirmation_email": {
      "type": "boolean"
    },
    "return_statuschange_email": {
      "type": "boolean"
    }
  },
  "x-internal": false
}