{
"asins": [
"B00G96S4Y8"
]
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sb/recommendations/targets/category' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"asins": [
"B00G96S4Y8"
]
}'
{
"categoryRecommendationResults": [
{
"id": 19240644011,
"name": "Indoor Electric Space Heaters",
"path": "/Home & Kitchen/Heating, Cooling & Air Quality/Indoor Space Heaters/Indoor Electric Space Heaters",
"isTargetable": true
},
{
"id": 1055398,
"name": "Home & Kitchen",
"path": "/Home & Kitchen",
"isTargetable": true
},
{
"id": 3206324011,
"name": "Heating, Cooling & Air Quality",
"path": "/Home & Kitchen/Heating, Cooling & Air Quality",
"isTargetable": true
},
{
"id": 510182,
"name": "Indoor Space Heaters",
"path": "/Home & Kitchen/Heating, Cooling & Air Quality/Indoor Space Heaters",
"isTargetable": true
}
]
}