List Channels
Returns a list of Channels.
Will always return the default BigCommerce storefront with an ID of 1. This storefront is created by default when you provision a BigCommerce store.
Returns a list of Channels.
Will always return the default BigCommerce storefront with an ID of 1. This storefront is created by default when you provision a BigCommerce store.
Filter items by a comma-separated list of statuses.
Filter items by a comma-separated list of types.
Filter items by a comma-separated list of platforms. For a list of supported platforms, see Platform.
Filter items by date created. For example, date_created=2024-05-14T09:34:00 or date_created=2024-05-14.
Filter items by minimum date created. For example, date_created=2024-05-14T09:34:00 or date_created=2024-05-14. Returns metafields created after this date.
Filter items by maximum date created. For example, date_created=2024-05-14T09:34:00 or date_created=2024-05-14. Returns metafields created before this date.
Filter items by date modified. For example, date_created=2024-05-14T09:34:00 or date_created=2024-05-14.
Filter items by minimum date modified. For example, date_created=2024-05-14T09:34:00 or date_created=2024-05-14. Returns metafields modified after this date.
Filter items by maximum date modified. For example, date_created=2024-05-14T09:34:00 or date_created=2024-05-14. Returns metafields modified before this date.
For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.
The MIME type of the response body.
Filter items based on whether the channel is currently available for integration. Setting this query parameter to true will return channels with the status of prelaunch, active , inactive, and connected. Setting this query parameter to false will return channels with the status of disconnected, archived, deleted, and terminated.