The Landed Cost Quote API allows you to estimate the all-inclusive cost of international shipments - including applicable duties, VAT, taxes, brokerage fees, and other fees. Required parameters include the currency and shipment details, such as the commodity ID, price, quantity, and country code of origin.
Key Business Values:
- Enhanced Customer Experience: Get a quick and accurate quote on the landed cost of a shipment, including the cost of goods, transportation, and any other fees associated with getting the goods to their destination.
- Operational Efficiency: Simplify the process of calculating landed costs by eliminating the need to manually research and calculate all of the different fees involved.
- Data-Driven Decision Making: Improve decision-making by having a clear understanding of the total cost of shipping goods before you commit to a purchase..
- Optimizing Cash Flow: Streamline your shipping process by integrating the Landed Cost Quote API into your existing systems.
Landed Cost Quote API
The Landed Cost Quote API allows you to estimate the all-inclusive cost of international shipments - including applicable duties, VAT, taxes, brokerage fees, and other fees. Required parameters include the currency and shipment details, such as the commodity ID, price, quantity, and country code of origin.
header Parameters
Request Body schema: application/json
Generate sample code for popular API requests by selecting an example below. To view a full sample request and response, first click "Authorize" and enter your application credentials, then populate the required parameters above and click "Try it out".
successful operation
Invalid Request
Unauthorized Request
Blocked Merchant
Rate Limit Exceeded
- Payload
- curl
- Node.js
- JavaScript
- PHP
- Python
- C#
- Java
{- "currencyCode": "GBP",
- "transID": "325467165",
- "allowPartialLandedCostResult": false,
- "shipment": {
- "id": "ShipmentID83",
- "importCountryCode": "GB",
- "importProvince": "",
- "shipDate": "",
- "exportCountryCode": "US",
- "incoterms": "",
- "shipmentItems": [
- {
- "commodityId": "1",
- "grossWeight": "",
- "grossWeightUnit": "",
- "priceEach": "125",
- "hsCode": "400932",
- "quantity": 24,
- "UOM": "Each",
- "originCountryCode": "GB",
- "commodityCurrencyCode": "GBP",
- "description": ""
}, - {
- "commodityId": "4",
- "grossWeight": "",
- "grossWeightUnit": "",
- "priceEach": "0.5",
- "hsCode": "",
- "quantity": 900,
- "UOM": "Each",
- "originCountryCode": "GB",
- "commodityCurrencyCode": "GBP",
- "description": "Cord5mm{PK50Yellow/Red"
}
], - "transModes": "",
- "transportCost": "",
- "shipmentType": "Sale"
}
}
- 200
- 400
- 401
- 403
- 429
{- "shipment": {
- "currencyCode": "GBP",
- "id": "ShipmentID83",
- "brokerageFeeItems": [
- {
- "chargeName": "DisbursementFee",
- "chargeAmount": 19.05
}, - {
- "chargeName": "EntryPreparationFee",
- "chargeAmount": 5.6
}
], - "totalBrokerageFees": 24.65,
- "totalDuties": 60,
- "totalCommodityLevelTaxesAndFees": 0,
- "totalShipmentLevelTaxesAndFees": 0,
- "totalVAT": 702,
- "totalDutyandTax": 762,
- "grandTotal": 786.65,
- "importCountryCode": "GB",
- "shipmentItems": [
- {
- "commodityId": "1",
- "commodityDuty": 60,
- "totalCommodityTaxesAndFees": 0,
- "commodityVAT": 612,
- "totalCommodityDutyandTax": 672,
- "commodityCurrencyCode": "GBP",
- "isCalculable": true,
- "hsCode": "4009320090"
}, - {
- "commodityId": "4",
- "commodityDuty": 0,
- "totalCommodityTaxesAndFees": 0,
- "commodityVAT": 90,
- "totalCommodityDutyandTax": 90,
- "commodityCurrencyCode": "GBP",
- "isCalculable": true,
- "hsCode": "8546901000"
}
]
}, - "alversion": 0,
- "dpversion": null,
- "transID": "325467165",
- "error": null,
- "perfStats": {
- "absLayerTime": "139",
- "fulfillTime": "ThuFeb027:56:53.231-05:002023",
- "receiptTime": "ThuFeb027:56:53.091-05:002023"
}
}