v1
latestOpenAPI 3.1.02026-07-2665153355.3 KBGet Price Points for a Country
Retrieves price points localized for a specific country.
Pass price points in USD cents and a country code. The API returns each requested price point with its localized price in the currency for that country.
post/v1/price-points/localized/lookup
Request body
Example request
{
"pricesInUsdCents": [
699,
4550,
9999
],
"countryCode2": "DE"
}Response
Localized price points retrieved successfully.
Example response
{
"currencyCode": "EUR"
}