Channels
Create and manage sales channels, their sites, and their product listings.
Channels
A channel is anywhere a merchant sells their products. This encompasses headless storefronts, marketplaces, POS systems, and marketing platforms.
Platform
A channelʼs type
and platform
combination must be a valid pair as indicated in the table below.
Platform | Accepted Type |
---|---|
clover | pos |
square | pos |
stripe | pos |
talech | pos |
vend | pos |
amazon | marketplace |
belk | marketplace |
catch | marketplace |
ebay | marketplace |
etsy | marketplace |
facebook | marketplace , marketing |
hudsons_bay | marketplace |
google | marketplace , marketing |
google_shopping (deprecated) | marketing |
instagram | marketplace , marketing |
macys | marketplace |
mirakl | marketplace |
overstock | marketplace |
pinterest | marketplace |
target_plus | marketplace |
tiktok | marketplace |
wayfair | marketplace |
wish | marketplace |
walmart | marketplace |
acquia | storefront |
bigcommerce (Stencil and Blueprint) | storefront |
bloomreach | storefront |
catalyst (BigCommerce Next.js) | storefront |
deity | storefront |
drupal | storefront |
gatsby | storefront |
next (Next.js Commerce and other Next.js) | storefront |
vue | storefront |
wordpress | storefront |
custom | storefront , pos , marketing , marketplace |
Status
Allowed values for a channelʼs status
vary by channel type
.
Type | Writable Statuses |
---|---|
storefront | prelaunch , active , inactive , archived , deleted |
marketing , marketplace , pos | connected , disconnected , archived , deleted |
Warning
- You can restore a Channel with
deleted
status within 90 days after deletion by contacting the BigCommerce support team. After the 90-days grace period is over, the Channelstatus
will becometerminated
.- The
terminated
status is read-only. Channels with astatus
ofterminated
cannot be restored.
Channel listings
Channel listings allow you to manage catalog differences among different storefronts or marketplaces.
Channel site
A Channel site refers to the domain associated with a channel.
Note
For the "urls" object, we no longer modify the
www
prefix of the primary URL. The API returns URLs exactly as the customer enters them, similar to the "url" field.
- If the customer saves a URL with
www
, the API returns it withwww
. - If the customer saves a URL without
www
, the API returns it withoutwww
.
Resources
See something you can improve? Edit this file on GitHub