Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://sandbox-api.easecustoms.com/v1/declarations/calculate-taxes \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "declarationIds": [ 123 ] } '
[ { "declarationId": 101, "status": "success", "calculatedTaxes": { "duty": 120.5, "vat": 250.0, "total": 370.5 } }, { "declarationId": 102, "status": "success", "calculatedTaxes": { "duty": 85.0, "vat": 180.0, "total": 265.0 } } ]
Calculate duties and taxes for one or more accessible declarations.