Country Product Currency Exception Index

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

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 receive the list of countries & their currency exceptions, which must be used when creating quotes and orders with the supplied country.

Request URL Parameters

All the below are required.

KeyDescriptionExample
product_idProduct ID. See product reference section.6

Response Body Parameters

The response will be an array of objects. Each object will have the below parameters:

KeyDescription
country_idThe country ID which the currency must be applied to as an exception.
product_idThe product ID supplied.
currency_idThe currency ID which must be applied to the country as an exception

RESPONSES

status: OK

{"data":[{"country_id":"US","product_id":12,"currency_id":"GBP"}]}