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

# Updates Channel Group

`PUT /commerce/channelgroups/{code}`

Updates a specific channel group.

## Path parameters

- `code` string, required

## Query parameters

- `responseFields` string

## Request body

- 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.

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