Server to Server Management APIs
Channel

Channel

Related with BigCommerce store channels. Only support 'bigcommerce' platform and 'storefront' type.

Get Store Channels

GET /channels

Request

Get store channels

Authentication

  • authToken in header

example

Response

OK

Body

object | application/json
  • code
    number

  • data
    array[object]

  • meta
    object

example-1

Get a Store Channel

GET /channels/{channelId}

Request

Get a store channel

Authentication

  • authToken in header

Parameters

  • channelId in path - number
    required
    BigCommerce channel ID

example

Response

OK

Body

object | application/json
  • code
    number

  • data
    object

  • meta
    object

example-1

See something you can improve? Edit this file on GitHub

Did you find what you were looking for?