get https://eu-ext.linnworks.net/api/Orders/GetCountries
Get list of available countries
Rate limit: 150 / minute
Log in to see full request history
Response
Get list of available countries
Rate limit: 150 / minute
xxxxxxxxxx
curl --request GET \
--url https://eu-ext.linnworks.net/api/Orders/GetCountries \
--header 'accept: application/json'
xxxxxxxxxx
10[
{
"CountryId": "00000000-0000-0000-0000-000000000000",
"CountryName": "string",
"CountryCode": "string",
"Continent": "string",
"CustomsRequired": true,
"TaxRate": 0
}
]