{
"ads": [
{
"adGroupId": "{{adGroupId}}",
"state": "ENABLED",
"landingPageType": "ASIN_DP",
"landingPageValue": "B000K2NW08"
}
]
}
curl --location --request POST 'https://www.amazon.com/ap/oa/st/ads' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: {{access_token}}' \
--header 'Prefer: return=representation' \
--header 'Content-Type: application/json' \
--data-raw '{
"ads": [
{
"adGroupId": "{{adGroupId}}",
"state": "ENABLED",
"landingPageType": "ASIN_DP",
"landingPageValue": "B000K2NW08"
}
]
}'
{}