{
"localizeKeywordRequests": [
{
"localizationKeyword": {
"property1": {
"keyword": "string"
},
"property2": {
"keyword": "string"
}
}
}
],
"sourceDetails": {
"countryCode": "string",
"locale": "string",
"marketplaceId": "string"
},
"targetDetails": {
"countryCodes": [
"string"
],
"locales": [
"string"
],
"marketplaceIds": [
"string"
]
}
}curl --location 'https://www.amazon.com/ap/oa/keywords/localize' \
--header 'Amazon-Advertising-API-ClientId;' \
--header 'Amazon-Advertising-API-Scope;' \
--header 'Amazon-Ads-AccountId;' \
--header 'Content-Type: application/vnd.keywordlocalization.v1+json' \
--data '{
"localizeKeywordRequests": [
{
"localizationKeyword": {
"property1": {
"keyword": "string"
},
"property2": {
"keyword": "string"
}
}
}
],
"sourceDetails": {
"countryCode": "string",
"locale": "string",
"marketplaceId": "string"
},
"targetDetails": {
"countryCodes": [
"string"
],
"locales": [
"string"
],
"marketplaceIds": [
"string"
]
}
}'{}