{
  "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": "cbm-calculator-for-amazon-cartons-door-to-door-freight",
  "title": "CBM Calculator for Amazon Cartons: Door to Door Freight",
  "canonicalUrl": "https://freightfba.com/tools/cbm-calculator-for-amazon-cartons-door-to-door-freight/",
  "endpoints": {
    "html": "https://freightfba.com/tools/cbm-calculator-for-amazon-cartons-door-to-door-freight/",
    "json": "https://freightfba.com/tools/cbm-calculator-for-amazon-cartons-door-to-door-freight.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": "Calculate carton CBM and total shipment volume for Amazon FBA freight on the Door to Door Freight lane before comparing air, LCL, FCL, or DDP quotes.",
  "answer": "This calculator converts carton dimensions and carton count into CBM for Amazon FBA shipment planning on the Door to Door Freight lane.",
  "audience": "Amazon FBA sellers measuring carton volume for Door to Door Freight freight quotes",
  "keywords": [
    "cbm calculator for amazon cartons door to door freight",
    "cbm calculator amazon cartons door to door freight",
    "amazon fba carton volume calculator door to door freight"
  ],
  "faq": [
    {
      "q": "What does this CBM calculator measure?",
      "a": "It calculates total cubic meters from the outer carton dimensions and carton count used for freight quoting."
    },
    {
      "q": "Why does CBM matter for Amazon FBA shipping?",
      "a": "CBM helps sellers compare LCL, FCL, DDP, and volumetric quote assumptions before choosing a lane."
    },
    {
      "q": "What should sellers still confirm manually?",
      "a": "Check gross weight, chargeable weight, palletization, box limits, and current carrier or Amazon receiving rules before booking."
    }
  ],
  "relatedTools": [
    {
      "slug": "cbm-calculator",
      "title": "CBM Calculator for Amazon FBA Shipping",
      "url": "https://freightfba.com/tools/cbm-calculator/"
    },
    {
      "slug": "amazon-fba-shipping-cost-calculator-by-route-door-to-door-freight",
      "title": "Amazon FBA Shipping Cost Calculator by Route: Door to Door Freight",
      "url": "https://freightfba.com/tools/amazon-fba-shipping-cost-calculator-by-route-door-to-door-freight/"
    },
    {
      "slug": "landed-cost-calculator",
      "title": "Landed Cost Calculator for Amazon FBA Sellers",
      "url": "https://freightfba.com/tools/landed-cost-calculator/"
    }
  ],
  "machine": {
    "summary": "Calculate total CBM for Amazon cartons on the Door to Door Freight lane.",
    "inputs": [
      {
        "name": "lengthCm",
        "type": "number",
        "unit": "cm",
        "description": "Outer carton length."
      },
      {
        "name": "widthCm",
        "type": "number",
        "unit": "cm",
        "description": "Outer carton width."
      },
      {
        "name": "heightCm",
        "type": "number",
        "unit": "cm",
        "description": "Outer carton height."
      },
      {
        "name": "cartons",
        "type": "integer",
        "description": "Number of cartons."
      }
    ],
    "outputs": [
      {
        "name": "totalCbm",
        "type": "number",
        "unit": "CBM",
        "description": "Total shipment cubic meters."
      }
    ],
    "formula": "total_cbm = length_cm * width_cm * height_cm * cartons / 1000000",
    "limitations": [
      "Use outer packed-carton dimensions, not product-unit dimensions.",
      "Freight quotes may still use chargeable weight, pallet volume, or carrier minimums."
    ],
    "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-07-18"
}