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.
Key | Description | Example |
---|---|---|
product_id | Product ID. See product reference section. | 6 |
Response Body Parameters
The response will be an array of objects. Each object will have the below parameters:
Key | Description |
---|---|
country_id | The country ID which the currency must be applied to as an exception. |
product_id | The product ID supplied. |
currency_id | The 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"}]}