BigCommerce
Management API
Active Theme

Channels

Get a Channel Active Theme

GET /channels/{channel_id}/active-theme

Request

Returns details of the theme active on the specified channel. Does not support active Blueprint (legacy) themes.

Authentication

  • X-Auth-Token in header
    required

Parameters

  • store_hash in path - string
  • Accept in header with default of application/json - string
    required

    The MIME type of the response body.

  • channel_id in path - integer
    required

    The ID of a channel.

example

Response

Body

object | application/json
  • data
    object

    Details about the Channelʼs relationship to Themes.

  • meta
    object

    Response metadata.

Get a single active theme

Did you find what you were looking for?