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

# Get Channel

`GET /commerce/channels/{code}`

Retrieves the details of an channel specified by the channel ID.

## Path parameters

- `code` string, required

## Query parameters

- `responseFields` string

## Response `200`

OK

- Channel — Channel used to group sites for commerce purposes.
  - `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.

---

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