Calculate Accurate Landed Cost For 140+ Countries With Landed Cost API

Trademo Landed Cost Calculator API calculates cost of exporting and importing goods with detailed breakdown of tariffs, duties, taxes, and more.

Rated 4.8/5 based on 120+ reviews
capterra image
Birch HillGigabyteArchromaCTSCofaceC.R. EnglandDriscoll'sALCEFWIntersurgicalKobre & KimLinlogisSGLSteam LogisticsPfizerJohn HancockJindal StainlessVantageBirch HillGigabyteArchromaCTSCofaceC.R. EnglandDriscoll'sALCEFWIntersurgicalKobre & KimLinlogisSGLSteam LogisticsPfizerJohn HancockJindal StainlessVantage

Landed Cost Calculator API

The Landed Cost Calculator API enables you to you calculate the most accurate landed cost for your products. It gives you a complete breakdown of the latest tariffs, such as excise duties, VAT, FTA, GST, etc., and information on hidden charges directly into your business software.

coloured_close_icon
Sample Request & Response

Request:
{
  "countryOfImport": "US",
  "countryOfExport": "AF",
  "hscode": "2204228000",
  "incoterm": "CIF",
  "useFTA": "No",
  "modeOfTransport": "sea",
  "quantity": 1000,
  "unit": "liters",
  "currency": "USD",
  "costOfGood": 100000,
  "freight": 10,
  "insurance": 10,
  "applicable_product_specification_for_excise_duty": {
    "condition": "winesover24%alcohol"
  }
}
Response:
{
  "attributes": {
    "countryOfImport": "US",
    "countryOfExport": "AF",
    "hscode": "2204228000",
    "incoterm": "CIF",
    "useFTA": "No",
    "modeOfTransport": "sea",
    "quantity": 1000,
    "unit": "liters",
    "currency": "USD",
    "costOfGood": 100000,
    "freight": 10,
    "insurance": 10,
    "applicable_product_specification_for_excise_duty": {
      "condition": "winesover24%alcohol"
    }
  },
  "result": {
    "currency": "USD",
    "landed_cost_breakup": {
      "incoterm_value": "99980.0",
      "import_duty": "224.0",
      "excise_duty": "3566.32",
      "MerchandiseProcessingFee(MPF)": "346.26",
      "HarborMaintenanceFee(HMF)": "124.95",
      "freight": "10.0",
      "insurance": "10.0"
    },
    "landed_cost": "104261.53"
  },
  "status": "success"
}

Landed Cost Calculator API Made to Make Your Work Easier

Integrates with Existing Systems
Trademo’s APIs have been designed to integrate with existing systems ensuring that you’re able to get the data you need quickly & efficiently.
Platform Independent
Trademo’s APIs can be integrated in any software solution you want regardless of the platform it’s based on.