curl --location --request POST 'https://www.amazon.com/ap/oa/sp/productAds/list' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Accept: application/vnd.spProductAd.v3+json' \
--header 'Content-Type: application/vnd.spProductAd.v3+json'
{
"productAds": [
{
"adGroupId": "140531465119624",
"adId": "87094400667825",
"asin": "B0986YK83J",
"campaignId": "26256301417055",
"extendedData": {
"creationDate": 1652879836672,
"lastUpdateDate": 1652879836672
},
"sku": "a140aafa-1a23",
"state": "ENABLED"
}
],
"totalResults": 1
}