Public evidence beta20 audited ratesIndexable · calculation locked

FAIL-CLOSED CALCULATOR

Build a landed-cost request.
See every gap.

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

The carrier quote is an input—not a number DutyMesh should invent.

01

Add shipment facts

Destination, date, tariff code, price, shipping, insurance, transaction type, and incoterm establish the request.

02

Supply carrier charges

Freight, brokerage, disbursement, advancement, or clearance charges can vary by carrier and service. Use the actual quote when it is available.

03

Keep unknowns visible

Duty, import tax or VAT/GST, preferences, remedies, official fees, and FX must all be supported before a complete total can be released.

This request defaults to no preference claim and an unknown tax-collection pathway. The selected audited code changes with the product and destination, but you remain responsible for classification. The endpoint validates the request and then refuses an incomplete quote.

Schema-valid request previewPOST /api/estimate
{
  "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.