Skip to main content
GET
/
tags
/
channel
Retrieve tags from a specific channel
curl --request GET \
  --url https://mm-api.merchantspring.io/tags/channel \
  --header 'x-api-key: <api-key>'
{
  "channelId": "A1234567890ABC",
  "merchantId": "XXXUS @ ATVPDKIKX0DER",
  "tags": [
    "amazon",
    "org://ebay"
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

channelId
string
required

Channel (store) ID

merchantId
string
required

Merchant ID of the channel (URL-encode values containing spaces or '@')

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. Organisation-wide tags are prefixed with 'org://'.