Skip to content

Get Channels

Retrieve a list of all available store channels.

Endpoint

GET /api/shop/channels

Request Headers

HeaderRequiredDescription
Content-TypeYesapplication/json
X-STOREFRONT-KEYYesYour storefront API key

Response Fields (200 OK)

FieldTypeDescription
idintegerChannel ID
codestringUnique channel code
namestringChannel display name
descriptionstringChannel description
hostnamestringChannel domain/hostname
isActivebooleanChannel active status
logoUrlstringChannel logo URL
faviconUrlstringChannel favicon URL

Use Cases

  • Get available store channels
  • Display channel-specific information
  • Load channel configuration
  • Multi-channel store support

Released under the MIT License.