Serviceable Counties
GET http://{{queries_url}}.envia.com/locale
Envia.com has integrations with couriers around the world. With this request you can obtain a list of countries you can Ship From.
You will be able to ship your products domestically and internationally from these countries.
Properties | Description |
---|---|
id | The id of the country in Envia.com |
value | The current exchange rate against USD. |
currency | Currency Code |
country_code | Iso Country Code in two digits |
country_name | Country Name |
Use this request to obtain the current exchange rate from USD to other currencies.
RESPONSES
status: OK
{"data":[{"id":4,"value":5.336,"currency":"BRL","country_code":"BR","country_name":"Brazil"},{"id":2,"value":4026.694719,"currency":"COP","country_code":"CO","country_name":"Colombia"},{"id":5,"value":0.919616,"currency":"EUR","country_code":"ES","country_name":"Spain"},{"id":1,"value":23.73361,"currency":"MXN","country_code":"MX","country_name":"Mexico"},{"id":3,"value":1,"currency":"USD","country_code":"US","country_name":"United States of America"}]}