{
"adId": "{{adId}}",
"creative": {
"asins": [
"B00JVTNWB0"
],
"brandLogoAssetID": "amzn1.assetlibrary.asset1.xxxxxxx",
"brandName": "My brand",
"headline": "My headline"
}
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sb/ads/creatives/productCollection' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Accept: application/vnd.sbAdCreativeResource.v4+json' \
--header 'Content-Type: application/json' \
--data-raw '{
"adId": "{{adId}}",
"creative": {
"asins": [
"B00JVTNWB0"
],
"brandLogoAssetID": "amzn1.assetlibrary.asset1.xxxxxxx",
"brandName": "My brand",
"headline": "My headline"
}
}'
{}