This API calculates estimated duties and taxes duties for a single item across multiple destination countries. A landed cost is the total of all charges involved in a crossborder transaction, including transportation, import duties and taxes, shipping insurance, and related fees. Use this API to power a superior "duty-paid" checkout experience with accurate D&T estimates, and/or to inform business planning around import costs.
The requested Landed Cost Quote has been retrived successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "exportCountryCode": "US",
- "serviceId": "Courier",
- "responseCurrencyCode": "USD",
- "pricingCurrencyCode": "USD",
- "destinationCountries": [
- {
- "destinationCountryCode": "CA",
- "destinationStateProvince": "ON",
- "shippingAmount": 10,
- "handlingAmount": 6,
- "insuranceAmount": 5,
- "hsTariffCode": "8471300000"
}, - {
- "destinationCountryCode": "CL",
- "destinationStateProvince": "ML",
- "shippingAmount": 10,
- "handlingAmount": 6,
- "insuranceAmount": 5,
- "hsTariffCode": "8471300001"
}
], - "item": {
- "itemId": "ITEM123456",
- "weight": {
- "value": 10,
- "unitOfMeasurement": "KG"
}, - "dimension": {
- "length": 11,
- "height": 12,
- "width": 32,
- "unitOfMeasurement": "IN"
}, - "volumes": [
- {
- "value": 4,
- "unitOfMeasurement": "L"
}
], - "unitPrice": 100,
- "quantity": 1,
- "originCountryCode": "US"
}
}
{- "exportCountryCode": "US",
- "serviceId": "Courier",
- "responseCurrencyCode": "USD",
- "item": {
- "itemId": "ITEM123456",
- "quantity": 1,
- "countryQuotes": [
- {
- "destinationCountryCode": "CA",
- "destinationStateProvince": "ON",
- "duties": [
- {
- "type": "Duty",
- "calculationMethod": "0% FOB",
- "threshold": 14.5833,
- "countryThreshold": 20,
- "thresholdCostBaseValue": 100,
- "thresholdCostBase": "FOB",
- "dutiableValue": 100,
- "amount": 0
}
], - "taxes": [
- {
- "type": "HST - Federal",
- "calculationMethod": "5.00% FOBD",
- "threshold": 14.5833,
- "countryThreshold": 20,
- "thresholdCostBaseValue": 100,
- "thresholdCostBase": "FOBD",
- "taxableValue": 100,
- "amount": 5
}, - {
- "type": "HST - Provincial (PST)",
- "calculationMethod": "8.00% FOBD",
- "threshold": 14.5833,
- "countryThreshold": 20,
- "thresholdCostBaseValue": 100,
- "thresholdCostBase": "FOBD",
- "taxableValue": 100,
- "amount": 8
}
], - "exchangeRates": [
- {
- "type": "Shipment",
- "rate": 1.3714304014,
- "fromCurrencyCode": "USD",
- "toCurrencyCode": "CAD"
}, - {
- "type": "DutyThreshold",
- "rate": 0.7291656937,
- "fromCurrencyCode": "CAD",
- "toCurrencyCode": "USD"
}, - {
- "type": "TaxThreshold",
- "rate": 0.7291656937,
- "fromCurrencyCode": "CAD",
- "toCurrencyCode": "USD"
}
], - "messages": [
- "FTA rates applied.",
- "Duty DeMinimis rules not applied.",
- "Tax DeMinimis rules not applied."
]
}, - {
- "destinationCountryCode": "CL",
- "destinationStateProvince": "ML",
- "duties": [
- {
- "type": "Duty",
- "calculationMethod": "6.00% CIF",
- "threshold": 41,
- "countryThreshold": 41,
- "thresholdCostBaseValue": 100,
- "thresholdCostBase": "FOB",
- "dutiableValue": 121,
- "amount": 7.26
}
], - "taxes": [
- {
- "type": "VAT",
- "calculationMethod": "19.00% CIFD",
- "threshold": 41,
- "countryThreshold": 41,
- "thresholdCostBaseValue": 107.26,
- "thresholdCostBase": "FOBD",
- "taxableValue": 128.26,
- "amount": 24.3694
}
], - "exchangeRates": [
- {
- "type": "Shipment",
- "rate": 940.3518815548,
- "fromCurrencyCode": "USD",
- "toCurrencyCode": "CLP"
}, - {
- "type": "DutyThreshold",
- "rate": 1,
- "fromCurrencyCode": "USD",
- "toCurrencyCode": "USD"
}, - {
- "type": "TaxThreshold",
- "rate": 1,
- "fromCurrencyCode": "USD",
- "toCurrencyCode": "USD"
}
], - "messages": [
- "Standard rates applied.",
- "Duty DeMinimis rules not applied.",
- "Tax DeMinimis rules not applied."
]
}
]
}
}