{
"adType": "SPONSORED_PRODUCTS",
"entityType": "KDP_AUTHOR",
"localizeProductRequests": [
{
"product": {
"asin": "string",
"sku": "string"
}
}
],
"sourceAdvertiserId": "string",
"sourceCountryCode": "string",
"sourceMarketplaceId": "string",
"targetDetails": [
{
"advertiserId": "string",
"countryCode": "string",
"marketplaceId": "string"
}
]
}curl --location 'https://www.amazon.com/ap/oa/products/localize' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Amazon-Ads-AccountId;' \
--header 'Content-Type: application/vnd.productlocalization.v1+json' \
--data '{
"adType": "SPONSORED_PRODUCTS",
"entityType": "KDP_AUTHOR",
"localizeProductRequests": [
{
"product": {
"asin": "string",
"sku": "string"
}
}
],
"sourceAdvertiserId": "string",
"sourceCountryCode": "string",
"sourceMarketplaceId": "string",
"targetDetails": [
{
"advertiserId": "string",
"countryCode": "string",
"marketplaceId": "string"
}
]
}'{}