curl --location --request POST 'https://www.amazon.com/ap/oa/sp/targets/products/recommendations' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Accept: application/vnd.spproductrecommendationresponse.asins.v3+json' \
--header 'Content-Type: text/plain' \
--data-raw '{
"adAsins": [
"B09LJWZT6G"
],
"locale": "en_US",
"count": 1,
"cursor": "{{cursorId}}"
}'
{
"recommendations": [
{
"recommendedAsin": "B08YJY5KW5",
"themes": [
"Similar items (frequently viewed together)"
]
},
{
"recommendedAsin": "B09TGKBFCM",
"themes": [
"Similar items (frequently viewed together)"
]
},
{
"recommendedAsin": "B01LL9ITX8",
"themes": [
"Similar items (frequently viewed together)"
]
},
{
"recommendedAsin": "B07C8RCNXD",
"themes": [
"Similar items (frequently viewed together)"
]
},
{
"recommendedAsin": "B06XWRGMVT",
"themes": [
"Similar items (frequently viewed together)"
]
}
],
"nextCursor": "h9oGnf2jn2qd3ymV4nWLsA==",
"previousCursor": null
}