---
title: "List sales channels"
method: GET
path: "/api/ecommerce/v1/stores/{store_id}/sales-channels"
tags: ["Ecommerce: Sales channels"]
---

# List sales channels

`GET /api/ecommerce/v1/stores/{store_id}/sales-channels`

List a store's active sales channels with their full metadata.

## Path parameters

- `store_id` string, required

## Response `200`

Success response

- EcommerceV1SalesChannelSalesChannelListResource
  - `sales_channels` object[] — The store's active sales channels.
    - `id` string — Sales channel ID
    - `type` 'builder' | 'horizons' | 'tiktok' | 'custom' | 'quick-link' | 'wordpress' — Sales channel type
    - `is_primary` boolean — Whether this is the primary sales channel.
    - `is_active` boolean — Whether the sales channel is active.
    - `external_id` string, nullable — External identifier for the sales channel.
    - `name` string, nullable — Merchant-facing custom name.
    - `domain` string, nullable — Public address where the sales channel lives.

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

## Changes

- **2026-07-03** `4e80123a0ad5` — 1 info
  - endpoint added
- **2026-06-09** `d05574986eb1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/ecommerce/v1/stores/:store_id/sales-channels/get.md)

---

[API](https://skmtc.dev/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.dev/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/75f6fb63f779/schema)
