BigCommerce · Schema

ChannelType

The type of channel; channel `platform` and `type` must be a [valid combination](/docs/rest-management/channels#status).

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-channeltype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChannelType",
  "title": "ChannelType",
  "type": "string",
  "description": "The type of channel; channel `platform` and `type` must be a [valid combination](/docs/rest-management/channels#status).",
  "enum": [
    "pos",
    "marketplace",
    "storefront",
    "marketing"
  ],
  "x-internal": false
}