/api/get-appellations
Edited
->request(
'GET',
'https://eshipping.hillebrandgori.app/api/get-appellations',
['headers' => [
'X-AUTH-TOKEN' => 'ESHIPPING_TOKEN',
],
'query' => [
'producingCountry' => FR,
]
]
);
Retrieve the list of appellations by producing country.
producingCountry : country ISO-2 code.
💡Can be retrieved from api/address/get-countries