{
  "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": "ddp-cost-calculator",
  "title": "DDP Shipping Cost Calculator for Amazon FBA",
  "canonicalUrl": "https://freightfba.com/tools/ddp-cost-calculator/",
  "endpoints": {
    "html": "https://freightfba.com/tools/ddp-cost-calculator/",
    "json": "https://freightfba.com/tools/ddp-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": "estimator",
  "status": "active",
  "description": "Plan DDP shipping cost by combining freight, duty/tax assumptions, customs clearance, and final delivery to Amazon FBA.",
  "answer": "DDP cost combines freight, import duty/tax assumptions, customs clearance, destination handling, and final delivery under one seller-facing estimate.",
  "audience": "FBA sellers who want customs-paid delivery planning from China to Amazon or prep centers",
  "keywords": [
    "ddp cost calculator",
    "ddp shipping calculator",
    "ddp shipping from china to amazon fba"
  ],
  "faq": [
    {
      "q": "Is DDP always cheaper?",
      "a": "No. DDP is simpler operationally, but not always cheaper. It depends on duty rate, destination handling, cargo type, and service level."
    },
    {
      "q": "Can batteries ship DDP?",
      "a": "Some battery cargo can ship under compliant channels, but it requires manual review and documentation."
    }
  ],
  "relatedTools": [
    {
      "slug": "landed-cost-calculator",
      "title": "Landed Cost Calculator for Amazon FBA Sellers",
      "url": "https://freightfba.com/tools/landed-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/"
    }
  ],
  "machine": {
    "summary": "Estimate DDP planning cost from freight, duty/tax, clearance, and destination delivery components.",
    "inputs": [
      {
        "name": "freightCost",
        "type": "number",
        "required": true,
        "unit": "USD",
        "description": "Base freight planning cost."
      },
      {
        "name": "dutyAndTax",
        "type": "number",
        "required": true,
        "unit": "USD",
        "description": "Estimated duty, tariff, and tax."
      },
      {
        "name": "clearanceAndDelivery",
        "type": "number",
        "required": true,
        "unit": "USD",
        "description": "Customs clearance and final delivery estimate."
      }
    ],
    "outputs": [
      {
        "name": "ddpTotal",
        "type": "number",
        "unit": "USD",
        "description": "Estimated DDP total."
      }
    ],
    "formula": "ddp_total = freight_cost + duty_and_tax + clearance_and_delivery",
    "limitations": [
      "DDP terms require human review before commercial commitment.",
      "Duty/tax assumptions can change by HS code and declared value."
    ],
    "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"
}