Calculate import duties and taxes for an international shipment based on its origin, destination, items, and shipping cost.
Documentation Index
Fetch the complete documentation index at: https://sendcloud.dev/llms.txt
Use this file to discover all available pages before exploring further.
hs_code — the 6-digit Harmonized System code is the most important input. Without it, classification falls back to the description and accuracy drops.description — should be a plain product description (e.g. “leather oxford shoes”), not a marketing title (e.g. “Premium Italian Handcrafted Genuine Leather Dress Shoe — Free Shipping”). Vague terms like “gift”, “sample”, or “parts” reduce accuracy.origin_country — affects duty rates. Goods from countries with trade agreements may have lower rates.shipping_cost — some destinations (e.g. US) include shipping in the dutiable value.weight — required for some destinations (e.g. Switzerland) and improves accuracy on heavy shipments.Basic Authentication using API key and secrets is currently the main authentication mechanism.
Shipment details for the duty/tax calculation.
Sender address.
Destination address.
Items in the shipment. Each item is calculated individually based on its HS code, value, and origin country.
1 - 10 elementsCost of shipping the consignment. Some destinations (e.g. US) include shipping in the dutiable value, so providing this improves accuracy of results.
Gross weight of the shipment (all items + packaging). Improves accuracy for weight-based duty calculations and is required for some destinations like Switzerland.
3-letter ISO 4217 currency code. All response values will be returned in this currency.
"EUR"
Optional flags that affect the calculation.
Duty and tax calculation result.