[
{
"adGroupId": {{adGroupId}},
"campaignId": {{campaignId}},
"keywordId": {{negativeKeywordId}},
"state": "enabled"
}
]
curl --location --request PUT 'https://www.amazon.com/ap/oa/sb/negativeKeywords' \
--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 '[
{
"adGroupId": {{adGroupId}},
"campaignId": {{campaignId}},
"keywordId": {{negativeKeywordId}},
"state": "enabled"
}
]'
[
{
"code": "SUCCESS",
"keywordId": 436834611557874
}
]