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.

PropertiesDescription
idThe id of the country in Envia.com
valueThe current exchange rate against USD.
currencyCurrency Code
country_codeIso Country Code in two digits
country_nameCountry 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"}]}