Add shipment facts
Destination, date, tariff code, price, shipping, insurance, transaction type, and incoterm establish the request.
FAIL-CLOSED CALCULATOR
Enter the shipment facts you already know, including the carrier quote. DutyMesh checks the request shape and names missing calculation components; it does not guess an incomplete total.
WHAT LANDED COST NEEDS
Destination, date, tariff code, price, shipping, insurance, transaction type, and incoterm establish the request.
Freight, brokerage, disbursement, advancement, or clearance charges can vary by carrier and service. Use the actual quote when it is available.
Duty, import tax or VAT/GST, preferences, remedies, official fees, and FX must all be supported before a complete total can be released.
{
"entry_date": "2026-08-03",
"origin_country": "BR",
"dispatch_country": "BR",
"destination_country": "US",
"destination_region": null,
"transport_mode": "express_courier",
"transaction_type": "commercial_b2c",
"incoterm": "DAP",
"settlement_currency": "USD",
"lines": [
{
"line_id": "line-1",
"destination_tariff_code": "6109100012",
"description": "Cotton T-shirts",
"origin_country": "BR",
"quantity": "1",
"quantity_unit": "item",
"unit_price": {
"currency": "USD",
"decimal": "50.00",
"tax_inclusive": false
}
}
],
"shipping": {
"currency": "USD",
"decimal": "12.00"
},
"insurance": {
"currency": "USD",
"decimal": "0"
},
"other_incidental_costs": [],
"tax_collection": {
"pathway": "unknown",
"ioss_status": "unknown",
"prices_include_tax": false
},
"preference_claim": {
"mode": "none"
},
"fee_mode": "official_only",
"carrier_charges_scope": "include"
}No request sent. Build and copy the JSON, or validate it against the locked endpoint.