Skip to content

Get Single Channel

Retrieve detailed information for a specific store channel.

Endpoint

GET /api/shop/channels/{id}

Request Headers

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

Path Parameters

ParameterTypeRequiredDescription
idintegerYesChannel ID

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
createdAtstringCreation date
updatedAtstringLast update date

Use Cases

  • Get channel branding information
  • Load channel-specific configuration
  • Fetch logo and favicon for display
  • Support multi-channel storefronts

Released under the MIT License.