This API calculates estimated duties and taxes for a basket of items being shipped to a single country. 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",
- "destinationCountryCode": "CA",
- "destinationStateProvince": "ON",
- "serviceId": "COURIER",
- "responseCurrencyCode": "USD",
- "pricingCurrencyCode": "USD",
- "items": [
- {
- "itemId": "ITEM-1234",
- "hsTariffCode": "8471300000",
- "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"
}
], - "shippingAmount": 10,
- "handlingAmount": 6,
- "insuranceAmount": 5
}
{- "destinationCountryCode": "CA",
- "destinationStateProvince": "ON",
- "exportCountryCode": "US",
- "importationFees": [
- {
- "amount": 0,
- "calculationMethod": "5% FOB",
- "countryThreshold": 215,
- "threshold": 150,
- "thresholdCostBase": "FOB",
- "thresholdCostBaseValue": 100,
- "type": "Merchandise Processing Fee"
}
], - "items": [
- {
- "duties": [
- {
- "amount": 0,
- "calculationMethod": "0% FOB",
- "countryThreshold": 20,
- "dutiableValue": 100,
- "threshold": 14.5833,
- "thresholdCostBase": "FOB",
- "thresholdCostBaseValue": 100,
- "type": "Duty"
}
], - "itemId": "ITEM-1234",
- "quantity": 1,
- "taxes": [
- {
- "amount": 5,
- "calculationMethod": "5.00% FOBD",
- "countryThreshold": 20,
- "taxableValue": 100,
- "threshold": 14.5833,
- "thresholdCostBase": "FOBD",
- "thresholdCostBaseValue": 100,
- "type": "HST - Federal"
}, - {
- "amount": 8,
- "calculationMethod": "8.00% FOBD",
- "countryThreshold": 20,
- "taxableValue": 100,
- "threshold": 14.5833,
- "thresholdCostBase": "FOBD",
- "thresholdCostBaseValue": 100,
- "type": "HST - Provincial (PST)"
}
]
}
], - "messages": [
- "FTA rates applied.",
- "Duty DeMinimis rules not applied.",
- "Tax DeMinimis rules not applied."
], - "responseCurrencyCode": "USD",
- "serviceId": "COURIER",
- "totalCharges": {
- "exchangeRates": [
- {
- "fromCurrencyCode": "USD",
- "rate": 1.3714304014,
- "toCurrencyCode": "CAD",
- "type": "Shipment"
}, - {
- "fromCurrencyCode": "CAD",
- "rate": 0.7291656937,
- "toCurrencyCode": "USD",
- "type": "DutyThreshold"
}, - {
- "fromCurrencyCode": "CAD",
- "rate": 0.7291656937,
- "toCurrencyCode": "USD",
- "type": "TaxThreshold"
}
], - "sumTotal": 134,
- "totalDuty": 0,
- "totalHandlingAmount": 6,
- "totalImportationFees": 0,
- "totalInsuranceAmount": 5,
- "totalShippingAmount": 10,
- "totalTax": 13,
- "totalValue": 100
}
}