/api/shipment/get-feasability
Edited
->request(
'GET',
'https://eshipping.hillebrandgori.app/api/package/get-feasability',
['headers' => [
'X-AUTH-TOKEN' => 'ESHIPPING_TOKEN',
],
'query' => [
country => JP,
clientType => individual,
carrier => dhl,
weight => 10,
quantity => 6,
]
]
);
Some destinations have restrictions on the delivery of alcoholic goods.
Retrieve the shipping options based on below parameters :
country : country ISO-2 code.
💡 Can be retrieved from /api/address/get-countries
clientType : company | individual
carrier
💡Can be retrieved from /api/shipment/get-rates
weight : total weight of the shipment
quantity : total number of bottles contained in the shipment