{
"ads": [
{
"landingPage": {
"url": "https://www.amazon.com/stores/page/0064AC34-18F6-4CD3-849F-531E7C5AE8D6"
},
"name": "Name for store spotlight",
"state": "ENABLED",
"adGroupId": "{{adGroupId}}",
"creative": {
"brandName": "My brand name",
"subpages": [
{
"pageTitle": "Savannah",
"asin": "B08MV395Y1",
"url": "https://www.amazon.com/stores/page/2B2AE9C7-7EF4-4993-AA76-0FFF7EF7D050"
},
{
"pageTitle": "Miami",
"asin": "B08VGX1BXG",
"url": "https://www.amazon.com/stores/page/E411CCC7-B125-4076-A476-197441A2A23E"
},
{
"pageTitle": "San Fran",
"asin": "B08VGYL7BM",
"url": "https://www.amazon.com/stores/page/BE713C9E-F85F-4461-B42A-29740F5B61F5"
}
],
"brandLogoAssetID": "amzn1.assetlibrary.asset1.xxxxxx",
"headline": "Cheap pants"
}
}
]
}
curl --location --request POST 'https://www.amazon.com/ap/oa/sb/v4/ads/storeSpotlight' \
--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": {
"url": "https://www.amazon.com/stores/page/0064AC34-18F6-4CD3-849F-531E7C5AE8D6"
},
"name": "Name for store spotlight",
"state": "ENABLED",
"adGroupId": "{{adGroupId}}",
"creative": {
"brandName": "My brand name",
"subpages": [
{
"pageTitle": "Savannah",
"asin": "B08MV395Y1",
"url": "https://www.amazon.com/stores/page/2B2AE9C7-7EF4-4993-AA76-0FFF7EF7D050"
},
{
"pageTitle": "Miami",
"asin": "B08VGX1BXG",
"url": "https://www.amazon.com/stores/page/E411CCC7-B125-4076-A476-197441A2A23E"
},
{
"pageTitle": "San Fran",
"asin": "B08VGYL7BM",
"url": "https://www.amazon.com/stores/page/BE713C9E-F85F-4461-B42A-29740F5B61F5"
}
],
"brandLogoAssetID": "amzn1.assetlibrary.asset1.xxxxxx",
"headline": "Cheap pants"
}
}
]
}'
{
"ads": {
"error": [],
"success": [
{
"ad": {
"adGroupId": "72598658504351",
"adId": "185980120883864",
"campaignId": "203755086457166",
"creative": {
"brandLogoAssetID": "amzn1.assetlibrary.asset1.xxxxxxx:version_v1",
"brandName": "My store",
"headline": "Cheap pants",
"subpages": [
{
"asin": "B08MV395Y1",
"pageTitle": "Savannah",
"url": "https://www.amazon.com/stores/page/xxxxxxxxx"
},
{
"asin": "B08VGX1BXG",
"pageTitle": "Miami",
"url": "https://www.amazon.com/stores/page/xxxxxxxx"
},
{
"asin": "B08VGYL7BM",
"pageTitle": "San Fran",
"url": "https://www.amazon.com/stores/page/xxxxxxxx"
}
],
"type": "STORE_SPOTLIGHT"
},
"extendedData": {
"creationDate": 1678812501793,
"lastUpdateDate": 1678812502131,
"servingStatus": "AD_POLICING_PENDING_REVIEW"
},
"landingPage": {
"pageType": "STORE",
"url": "https://www.amazon.com/stores/page/xxxxxx"
},
"name": "test landing store",
"state": "ENABLED"
},
"adId": "185980120883864",
"index": 0
}
]
}
}