Add and/or remove tags on a specific channel
Partially update the tags on a single channel, identified by channelId and merchantId, by supplying addTags and/or removeTags. At least one of the two must be provided, and a tag cannot appear in both lists. A maximum of 5 tags can be added in a single call. Organisation-wide tags are prefixed with ‘org://’. Returns the channel’s full tag set after the change.
Authorizations
Body
Channel identifiers and the tags to add and/or remove (at least one of addTags / removeTags)
Channel (store) ID
Merchant ID of the channel
Tags to add to the channel. Non-empty strings only. Organisation-wide tags are prefixed with 'org://'.
Tags to remove from the channel. Non-empty strings only. Tags not present on the channel are ignored.