{
  "schemaVersion": "freightfba-tool.v1",
  "site": {
    "name": "FBA Freight",
    "url": "https://freightfba.com",
    "description": "Amazon FBA freight forwarding from China with calculators, quote intake, and agent-readable shipping guidance."
  },
  "slug": "landed-cost-calculator",
  "title": "Landed Cost Calculator for Amazon FBA Sellers",
  "canonicalUrl": "https://freightfba.com/tools/landed-cost-calculator/",
  "endpoints": {
    "html": "https://freightfba.com/tools/landed-cost-calculator/",
    "json": "https://freightfba.com/tools/landed-cost-calculator.json",
    "quoteSpec": "https://freightfba.com/quote/spec.json",
    "llms": "https://freightfba.com/llms.txt",
    "agentJson": "https://freightfba.com/.well-known/agent.json"
  },
  "intent": "calculator",
  "status": "active",
  "description": "Estimate unit landed cost by combining product cost, freight, duty/tariff, prep, and destination charges.",
  "answer": "Landed cost per unit = product cost + freight + duty/tariff + prep + destination charges, divided by sellable units.",
  "audience": "Amazon sellers modeling true inventory cost before purchase orders and freight booking",
  "keywords": [
    "landed cost calculator",
    "amazon fba landed cost calculator",
    "china import landed cost"
  ],
  "faq": [
    {
      "q": "Does landed cost include Amazon fees?",
      "a": "This model focuses on getting inventory landed. Amazon referral, fulfillment, storage, and placement fees should be modeled separately."
    },
    {
      "q": "Why calculate landed cost per unit?",
      "a": "Unit landed cost lets sellers compare supplier quotes, shipping modes, and tariff exposure before setting margin targets."
    }
  ],
  "relatedTools": [
    {
      "slug": "ddp-cost-calculator",
      "title": "DDP Shipping Cost Calculator for Amazon FBA",
      "url": "https://freightfba.com/tools/ddp-cost-calculator/"
    },
    {
      "slug": "amazon-fba-shipping-cost-calculator",
      "title": "Amazon FBA Shipping Cost Calculator from China",
      "url": "https://freightfba.com/tools/amazon-fba-shipping-cost-calculator/"
    },
    {
      "slug": "cbm-calculator",
      "title": "CBM Calculator for Amazon FBA Shipping",
      "url": "https://freightfba.com/tools/cbm-calculator/"
    }
  ],
  "machine": {
    "summary": "Calculate landed cost per sellable unit from product, freight, duty, prep, and destination charges.",
    "inputs": [
      {
        "name": "productCost",
        "type": "number",
        "required": true,
        "unit": "USD",
        "description": "Total product purchase cost."
      },
      {
        "name": "freightCost",
        "type": "number",
        "required": true,
        "unit": "USD",
        "description": "Freight and delivery cost."
      },
      {
        "name": "dutyAndTariff",
        "type": "number",
        "required": true,
        "unit": "USD",
        "description": "Estimated duty and tariff cost."
      },
      {
        "name": "prepAndOther",
        "type": "number",
        "required": false,
        "unit": "USD",
        "default": 0,
        "description": "Prep, labels, inspection, or other costs."
      },
      {
        "name": "units",
        "type": "integer",
        "required": true,
        "description": "Sellable units."
      }
    ],
    "outputs": [
      {
        "name": "landedCostPerUnit",
        "type": "number",
        "unit": "USD/unit",
        "description": "Estimated landed cost per unit."
      }
    ],
    "formula": "landed_cost_per_unit = (product_cost + freight_cost + duty_and_tariff + prep_and_other) / units",
    "limitations": [
      "Does not include Amazon referral, fulfillment, storage, or ad costs."
    ],
    "quoteAction": {
      "intent": "amazon-fba-freight-quote",
      "method": "POST",
      "url": "https://freightfba.com/quote/",
      "specUrl": "https://freightfba.com/quote/spec.json",
      "success": {
        "acceptedStatus": 202,
        "meaning": "Request accepted for human follow-up by FBA Freight."
      },
      "limitations": [
        "The public site describes the quote intake contract; final freight rates require human review.",
        "Battery cargo, liquids, dangerous goods, and customs-sensitive goods require manual review."
      ]
    }
  },
  "contact": {
    "email": "helen@honourocean.com",
    "whatsapp": "8618923724899",
    "quotePage": "https://freightfba.com/quote/"
  },
  "evidence": {
    "companyFacts": [
      "FBA Freight is the Amazon FBA specialized division of Honour Ocean Shipping.",
      "Honour Ocean Shipping was founded in Shenzhen in 2009.",
      "NVOCC licensed freight forwarder with offices in Shenzhen, Guangzhou, Shanghai, Hong Kong, Changsha, and Yiwu.",
      "Warehouse consolidation support in Yiwu and Shenzhen.",
      "Ocean, air, express, railway, DDP, customs clearance, prep, labeling, and door-to-door delivery support."
    ]
  },
  "updatedAt": "2026-05-21"
}