BigCommerce · Schema

Checkout_Put

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
customer_message string
View JSON Schema on GitHub

JSON Schema

bigcommerce-checkout-put-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Checkout_Put",
  "title": "Checkout_Put",
  "required": [
    "customer_message"
  ],
  "type": "object",
  "properties": {
    "customer_message": {
      "type": "string",
      "description": ""
    }
  },
  "x-internal": false
}