Skip to main content
PATCH
Add and/or remove tags on a specific channel

Authorizations

x-api-key
string
header
required

Body

application/json

Channel identifiers and the tags to add and/or remove (at least one of addTags / removeTags)

channelId
string
required

Channel (store) ID

merchantId
string
required

Merchant ID of the channel

addTags
string[]

Tags to add to the channel. Non-empty strings only. Shared tags are prefixed with 'org://'.

removeTags
string[]

Tags to remove from the channel. Non-empty strings only. Tags not present on the channel are ignored.

Response

Successful operation

channelId
string | null

Channel (store) ID, resolved from the merchant ID where available

merchantId
string | null

Merchant ID of the channel

tags
string[]

Tags for the channel. Shared tags are prefixed with 'org://'.