Get Channels
Retrieve a list of all available store channels.
Endpoint
GET /api/shop/channelsRequest Headers
| Header | Required | Description |
|---|---|---|
Content-Type | Yes | application/json |
X-STOREFRONT-KEY | Yes | Your storefront API key |
Response Fields (200 OK)
| Field | Type | Description |
|---|---|---|
id | integer | Channel ID |
code | string | Unique channel code |
name | string | Channel display name |
description | string | Channel description |
hostname | string | Channel domain/hostname |
isActive | boolean | Channel active status |
logoUrl | string | Channel logo URL |
faviconUrl | string | Channel favicon URL |
Use Cases
- Get available store channels
- Display channel-specific information
- Load channel configuration
- Multi-channel store support

