---
title: "Get Channel Group"
method: GET
path: "/commerce/channelgroups/{code}"
tags: ["ChannelGroup"]
---

# Get Channel Group

`GET /commerce/channelgroups/{code}`

Retrieves the details of an channel group specified by the code.

## Path parameters

- `code` string, required

## Query parameters

- `responseFields` string

## Response `200`

OK

- ChannelGroup — Used to group channels together to manage common channel information.
  - `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.

---

[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)
