/api/address/get-countries
Edited
->request(
'GET',
'https://eshipping.hillebrandgori.app/api/address/get-countries',
['headers' => [
'X-AUTH-TOKEN' => 'ESHIPPING_TOKEN',
]
]
);
Retrieve the list of countries and below data :
iso2
iso3
countryNameFr : country name in French
countryNameEn : country name in English
UE : is the country part of the European Union
State : does the country have States (Canada, USA)
zipCodeFormat
currency : currency in the country
vat_rate : vat applicable in the country
fiscalRep
BtoC : is the country open to fiscal representation for shipments to private consumers.
BtoB : is the country open to fiscal representation for shipments to companies.