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.
| Key | Description | Example | 
|---|---|---|
| product_id | Product ID. See product reference section. | 6 | 
| currency_id | ISO currency code | USD | 
| country_id | ISO country code | US | 
Response Body Parameters
The response will an object. If there is an exception for the parameters supplied you will receive below.
| Key | Description | 
|---|---|
| country_id | Country ID supplied | 
| product_id | Product ID supplied | 
| currency_id | Currency ID supplied | 
RESPONSES
status: OK
{"data":{"country_id":"US","product_id":12,"currency_id":"USD"}}