---
title: "Get Channels"
method: GET
path: "/commerce/channels"
tags: ["Channel"]
---

# Get Channels

`GET /commerce/channels`

Retrieves a list of channels according to any specified filter criteria and sort options. All orders include a channel association that enables the company to perform financial reporting for each defined channel. Because channels are managed at the tenant level, you must associate all the tenant's sites with a channel. Sites that do not have a defined channel association cannot successfully submit orders.

## Query parameters

- `startIndex` integer
- `pageSize` integer
- `sortBy` string
- `filter` string
- `responseFields` string

## Response `200`

OK

- ChannelCollection
  - `items` Channel[], nullable
    - `auditInfo` CoreApiContractsAuditInfo
      - `createBy` string, nullable
      - `createDate` string, date-time, nullable
      - `updateBy` string, nullable
      - `updateDate` string, date-time, nullable
    - `code` string, nullable — Code to uniquely identify the channel.
    - `countryCode` string, nullable — Country code of the channel.
    - `groupCode` string, nullable — Code to uniquely identify the channel group, if any that contains this channel.
    - `name` string, nullable — Friendly name of the channel.
    - `region` string, nullable — Region of the channel.
    - `siteIds` integer[], nullable — A list of site Id's that this channel contains.
    - `tenantId` integer — Tenant that owns the channel.
  - `pageCount` integer
  - `pageSize` integer
  - `startIndex` integer
  - `totalCount` integer

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
