{
"url": "https://www.amazon.com/stores/page/1F55C506-459C-42B7-885B-86A3EA96A582",
"maxNumSuggestions": "3",
"creativeType": "PRODUCT_COLLECTION",
"creativeAsins" : [
"B00JVTNWB0",
"B0787FVB5F",
"B004QF0TFQ"
],
"locale": "zh_CN"
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sb/recommendations/keyword' \
--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 '{
"url": "https://www.amazon.com/stores/page/1F55C506-459C-42B7-885B-86A3EA96A582",
"maxNumSuggestions": "3",
"creativeType": "PRODUCT_COLLECTION",
"creativeAsins" : [
"B00JVTNWB0",
"B0787FVB5F",
"B004QF0TFQ"
],
"locale": "zh_CN"
}'
[
{
"recommendationId": "8b6e905435fc700f2033de731a429429",
"type": "addKeyword",
"value": "mens socks",
"translation": "男士袜子",
"matchType": "PHRASE",
"searchTermImpressionShare": null,
"searchTermImpressionRank": null
},
{
"recommendationId": "5cb57c0e663281f2c86fb2718dda1e6e",
"type": "addKeyword",
"value": "socks for men",
"translation": "男士袜子",
"matchType": "PHRASE",
"searchTermImpressionShare": null,
"searchTermImpressionRank": null
},
{
"recommendationId": "fbce90ea015b6bf23e1f02cd9a0d4813",
"type": "addKeyword",
"value": "mens adidas socks",
"translation": "男士阿迪达斯袜",
"matchType": "PHRASE",
"searchTermImpressionShare": null,
"searchTermImpressionRank": null
}
]