Channels
Get all Channels
GET https://api-b2b.bigcommerce.com/api/v3/io/channelsRequest
Returns all enabled channels for the current store. Analogous to Get All Channels in the BigCommerce API.
Authentication
- X-Auth-Token in header
Parameters
- X-Store-Hash in header - stringrequiredThe unique store hash associated with a BigCommerce store that has B2B Edition enabled.Example: abc123
example
Response
SUCCESS
Body
object | application/json
codeinteger
Default: 200
dataarray[object]
example
Get Channel Details by channel ID
GET https://api-b2b.bigcommerce.com/api/v3/io/channels/{channel_id}Request
Returns data for the specific channel associated with
channel_id
. Analogous to Get A Channel in the BigCommerce API.Authentication
- X-Auth-Token in header
Parameters
- X-Store-Hash in header - stringrequiredThe unique store hash associated with a BigCommerce store that has B2B Edition enabled.Example: abc123
- channel_id in path - integerrequiredThe unique BigCommerce channel ID.
example
Response
SUCCESS
Body
object | application/json
codeinteger
Default: 200
dataobject
A BigCommerce store channel object
example
Did you find what you were looking for?