BigCommerce · Schema

customerChannelIds

Array of channel ids the Customer has access to.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-customerchannelids-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/customerChannelIds",
  "title": "customerChannelIds",
  "type": "array",
  "description": "Array of channel ids the Customer has access to.",
  "items": {
    "example": [
      1,
      2
    ]
  },
  "x-internal": false
}