{
"ads": [
{
"landingPage": {
"pageType": "STORE",
"url" : "https://www.amazon.com/stores/page/xxxxxxxx"
},
"name": "Name of product collection",
"state": "ENABLED",
"adGroupId": "{{adGroupId}}",
"creative": {
"brandLogoCrop": {
"top": 0,
"left": 0,
"width": 0,
"height": 0
},
"asins": [
"B004QF0TFQ",
"B0787FVB5F",
"B00JVTNWB0"
],
"brandName": "My Brand",
"customImageAssetId": "amzn1.assetlibrary.asset1.xxxxxx",
"customImageCrop": {
"top": 0,
"left": 0,
"width": 1200,
"height": 630
},
"brandLogoAssetID": "amzn1.assetlibrary.asset1.xxxxxx",
"headline": "My headline"
}
}
]
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sb/v4/ads/productCollection' \
--header 'Amazon-Advertising-API-ClientId: {{client_id}}' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Amazon-Advertising-API-Scope: {{profileId}}' \
--header 'Accept: application/vnd.sbadresource.v4+json' \
--header 'Content-Type: application/json' \
--data-raw '{
"ads": [
{
"landingPage": {
"pageType": "STORE",
"url" : "https://www.amazon.com/stores/page/xxxxxxxx"
},
"name": "Name of product collection",
"state": "ENABLED",
"adGroupId": "{{adGroupId}}",
"creative": {
"brandLogoCrop": {
"top": 0,
"left": 0,
"width": 0,
"height": 0
},
"asins": [
"B004QF0TFQ",
"B0787FVB5F",
"B00JVTNWB0"
],
"brandName": "My Brand",
"customImageAssetId": "amzn1.assetlibrary.asset1.xxxxxx",
"customImageCrop": {
"top": 0,
"left": 0,
"width": 1200,
"height": 630
},
"brandLogoAssetID": "amzn1.assetlibrary.asset1.xxxxxx",
"headline": "My headline"
}
}
]
}'
{
"ads": {
"error": [],
"success": [
{
"ad": {
"adGroupId": "194673602531002",
"adId": "93865000442586",
"campaignId": "38535897458758",
"creative": {
"asins": [
"B004QF0TFQ",
"B0787FVB5F",
"B00JVTNWB0"
],
"brandLogoAssetID": "amzn1.assetlibrary.asset1.xxxxxxxx:version_v1",
"brandLogoUrl": "https://m.media-amazon.com/images/S/xxxxxxxx.jpeg",
"brandName": "My Brand",
"customImageAssetId": "amzn1.assetlibrary.asset1.xxxxxxx:version_v1",
"customImageUrl": "https://m.media-amazon.com/images/S/xxxxxxxx.jpeg",
"headline": "My headline",
"type": "PRODUCT_COLLECTION"
},
"extendedData": {
"creationDate": 1678491041228,
"lastUpdateDate": 1678491041491,
"servingStatus": "AD_POLICING_PENDING_REVIEW"
},
"landingPage": {
"pageType": "PRODUCT_LIST",
"url": "https://www.amazon.com/stores/page/248DF918-E3FB-470A-9B7C-B0280F61F23F"
},
"name": "Test seller product collection",
"state": "ENABLED"
},
"adId": "93865000442586",
"index": 0
}
]
}
}