Get the True Landed Cost of Goods With Freight Rates and Tariffs Included

Trademo Quick Landed Cost Calculator API provides the landed cost of goods across 140+ countries with freight rates from your logistics provider included with 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

Quick Landed Cost Calculator API

Quick Landed Cost Calculator API helps you calculate the total cost, including duties and taxes, and provides the option to customize shipping scenarios and rates with specific carriers. This includes real-time shipping rates directly from the carriers you work with, such as UPS, FedEx, USPS, and others.

coloured_close_icon
Sample Request & Response

Request:
{
  "shipperAddress": {
    "postalCode": "94306",
    "countryCode": "US"
  },
  "recipientAddress": {
    "postalCode": "122016",
    "countryCode": "IN"
  },
  "useFTA": "Yes",
  "hscode": "01012100",
  "weight": {
    "value": 30,
    "unit": "KG"
  },
  "dimensions": {
    "height": 10,
    "width": 10,
    "length": 10
  },
  "carrierPackageCount": 2,
  "PerUnitCost": 250,
  "quantity": 10,
  "currency": "USD",
  "deliveryType": "fedex_international_connect_plus",
  "carrierProviderName": "fedex"
}
Response:
{
  "attributes": {
    "shipperAddress": {
      "postalCode": "94306",
      "countryCode": "US"
    },
    "recipientAddress": {
      "postalCode": "122016",
      "countryCode": "IN"
    },
    "useFTA": "Yes",
    "hscode": "01012100",
    "weight": {
      "value": 30,
      "unit": "KG"
    },
    "dimensions": {
      "height": 10,
      "width": 10,
      "length": 10,
      "unit": "CM"
    },
    "carrierPackageCount": 2,
    "PerUnitCost": 250,
    "quantity": 10,
    "currency": "USD",
    "deliveryType": "fedex_international_connect_plus",
    "carrierProviderName": "fedex",
    "costOfGood": 2500,
    "incoterm": "DDP",
    "modeOfTransport": "air",
    "totalCarrierWeight": 60
  },
  "result": {
    "currency": "USD",
    "landed_cost_breakup": {
      "duties_and_taxes": {
        "incoterm_value": "2500.0",
        "Basic Custom Duty (BCD)": "0.0",
        "IGST Levy": "300.0",
        "insurance_charges": "0.0"
      },
      "total_duties_and_taxes": "2800.0",
      "shipping_charges": [
        {
          "delivery_type": "FEDEX_INTERNATIONAL_CONNECT_PLUS",
          "delivery_description": "FedEx International Connect Plus",
          "total_landed_cost": "4018.58",
          "net_carrier_charge": "1218.58",
          "surcharges": [
            {
              "type": "Base_Charge",
              "description": "Base Charge",
              "amount": "1448.37"
            },
            {
              "type": "FUEL",
              "description": "Fuel Surcharge",
              "amount": "190.24"
            }
          ]
        }
      ]
    }
  },
  "alerts": {
    "fta_message": "No FTA was available on this search so calculated on basis of Default duty."
  },
  "status": "success"
}

Quick 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.