---
title: "Get Channel Groups"
method: GET
path: "/commerce/channelgroups"
tags: ["ChannelGroup"]
---

# Get Channel Groups

`GET /commerce/channelgroups`

Retrieves a list of channel groups according to any specified filter criteria and sort options.

## Query parameters

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

## Response `200`

OK

- ChannelGroupCollection
  - `items` ChannelGroup[], 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.
    - `name` string, nullable — Friendly name of the channel.
    - `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)
