Skip to main content
PUT
/
commerce
/
channelgroups
/
{code}
Error
A valid request URL is required to generate request examples
{
  "tenantId": 123,
  "code": "<string>",
  "name": "<string>",
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

code
string
required

ID of the channel to update.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

All properties of the channel group to place.

Used to group channels together to manage common channel information.

tenantId
integer<int32>

Tenant that owns the channel.

code
string | null

Code to uniquely identify the channel.

name
string | null

Friendly name of the channel.

auditInfo
object

Response

Success

Used to group channels together to manage common channel information.

tenantId
integer<int32>

Tenant that owns the channel.

code
string | null

Code to uniquely identify the channel.

name
string | null

Friendly name of the channel.

auditInfo
object