{
"localizeCurrencyRequests": [
{
"currency": {
"amount": 0
},
"currencyCode": "USD"
}
],
"sourceCountryCode": "string",
"sourceMarketplaceId": "string",
"targetCountryCodes": [
"string"
],
"targetMarketplaces": [
"string"
]
}curl --location 'https://www.amazon.com/ap/oa/currencies/localize' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Amazon-Ads-AccountId;' \
--header 'Content-Type: application/vnd.currencylocalization.v1+json' \
--data '{
"localizeCurrencyRequests": [
{
"currency": {
"amount": 0
},
"currencyCode": "USD"
}
],
"sourceCountryCode": "string",
"sourceMarketplaceId": "string",
"targetCountryCodes": [
"string"
],
"targetMarketplaces": [
"string"
]
}'{}