BigCommerce · Schema

Checkouts Settings

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
custom_checkout_script_url string
order_confirmation_use_custom_checkout_script boolean
custom_order_confirmation_script_url string
custom_checkout_supports_uco_settings boolean
View JSON Schema on GitHub

JSON Schema

bigcommerce-checkoutssettings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CheckoutsSettings",
  "title": "Checkouts Settings",
  "type": "object",
  "properties": {
    "custom_checkout_script_url": {
      "type": "string"
    },
    "order_confirmation_use_custom_checkout_script": {
      "type": "boolean"
    },
    "custom_order_confirmation_script_url": {
      "type": "string"
    },
    "custom_checkout_supports_uco_settings": {
      "type": "boolean"
    }
  }
}