BigCommerce · Schema

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
url string Unique site checkout URL. Must be valid and a sub-domain of primary channel URL.
View JSON Schema on GitHub

JSON Schema

bigcommerce-putcheckouturl-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PutCheckoutUrl",
  "title": "",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "Unique site checkout URL. Must be valid and a sub-domain of primary channel URL.",
      "format": "uri",
      "example": "https://checkout.kittens.mybigcommerce.com"
    }
  }
}