Country Product Currency Exception Show

GET {{host_gateway}}/api/product/{{product_id}}/country-product-currency-exception/country/{{country_id}}/currency/{{currency_id}}

Although a product may be allowed to sell in all currencies, certain countries may require restrictions to use a specific currency over the rest.

Use this to check if a specific currency must be used for the supplied country and product.

Request URL Parameters

All the below are required.

KeyDescriptionExample
product_idProduct ID. See product reference section.6
currency_idISO currency codeUSD
country_idISO country codeUS

Response Body Parameters

The response will an object. If there is an exception for the parameters supplied you will receive below.

KeyDescription
country_idCountry ID supplied
product_idProduct ID supplied
currency_idCurrency ID supplied

RESPONSES

status: OK

{"data":{"country_id":"US","product_id":12,"currency_id":"USD"}}