Skip to content

UpdateChannelListingID updates the channel ID for the listing

You call thisScope not enforced

POST
/v2/storefront/listing/variant/{sku}/channel_id
curl --request POST \
--url https://api.zentail.com/v2/storefront/listing/variant/example/channel_id \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "channelId": "example" }'
sku
required
string
Media typeapplication/json
UpdateChannelListingIDRequest provides the status of a SKU
object
channelId
string
Examplegenerated
{
"channelId": "example"
}

A successful response.

Media typeapplication/json
UpdateChannelListingIDResponse is empty
object
Examplegenerated
{}

An unexpected error response.

Media typeapplication/json
object
code
integer format: int32
message
string
details
Array<object>
object
@type
string
key
additional properties
Examplegenerated
{
"code": 1,
"message": "example",
"details": [
{
"@type": "example"
}
]
}

Sourceapi-proto@afdb30cc via [email protected]

Built0c509dd3

This page describes the source document as deployed: the version listing pinned in its release r2026.09.24.02. A change merged upstream shows up here once it has deployed and the pins are next refreshed.

API changelog