Get the current sales ranks for an Amazon marketplace catalog item.
GET
/2024-09/marketplaces/catalog-items/{marketplace_catalog_item}/sales-ranks
curl \
--request GET 'https://app.merchanthq.com/api/2024-09/marketplaces/catalog-items/1e7f0a0f-b5a9-4d1a-a2d5-d0e0c2b1c3d4/sales-ranks' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"ranks": [
{
"rank": 123,
"title": "Electronics",
"link": "https://www.amazon.com/gp/bestsellers/electronics"
}
]
}
Response examples (401)
{
"message": "Unauthorized"
}
Response examples (404)
{
"message": "Not found"
}