{
"themes": [
{
"adGroupId": "{{adGroupId}}",
"campaignId": "{{campaignId}}",
"themeType": "KEYWORDS_RELATED_TO_YOUR_LANDING_PAGES",
"bid": 10.0
}
]
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sb/themes' \
--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 '{
"themes": [
{
"adGroupId": "{{adGroupId}}",
"campaignId": "{{campaignId}}",
"themeType": "KEYWORDS_RELATED_TO_YOUR_LANDING_PAGES",
"bid": 10.0
}
]
}'
{
"success": [
{
"themeId": "374248029885448",
"index": 0
}
],
"error": []
}