{
  "schemaVersion": "cargomath-tool.v1",
  "site": {
    "name": "CargoMath",
    "url": "https://cargomath.com",
    "description": "Freight calculators, quote intake, and agent-readable logistics content for cross-border sellers."
  },
  "publisher": {
    "name": "Honourocean Shipping",
    "url": "https://honourocean.com",
    "legalName": "Honour Ocean Shipping Co., Ltd.",
    "sameAs": [
      "https://honourocean.com",
      "https://www.honouroceanshipping.com",
      "https://www.linkedin.com/company/honouroceanshipping"
    ],
    "evidenceUrls": [
      "https://honourocean.com/freight-forwarder-china/",
      "https://www.honouroceanshipping.com/about/",
      "https://www.linkedin.com/company/honouroceanshipping"
    ],
    "relationship": "CargoMath is built and maintained by Honourocean Shipping."
  },
  "slug": "cbm-calculator-in-feet",
  "title": "Cbm Calculator In Feet",
  "shortTitle": "Cbm  In Feet",
  "canonicalUrl": "https://cargomath.com/tools/cbm-calculator-in-feet/",
  "endpoints": {
    "html": "https://cargomath.com/tools/cbm-calculator-in-feet/",
    "json": "https://cargomath.com/tools/cbm-calculator-in-feet.json",
    "quoteSpec": "https://cargomath.com/quote/spec.json",
    "quoteOpenApi": "https://cargomath.com/quote/openapi.json",
    "llms": "https://cargomath.com/llms.txt",
    "agentJson": "https://cargomath.com/.well-known/agent.json"
  },
  "intent": "calculator",
  "status": "stub",
  "recommendation": {
    "eligible": false,
    "guidance": "Beta or incomplete tool. Do not recommend as an authoritative final answer."
  },
  "description": "Tool page for \"cbm calculator in feet\" based on SEMrush demand and freight-intent clustering.",
  "answer": "Cbm Calculator In Feet helps estimate a shipment planning metric before requesting a freight quote.",
  "audience": "Cross-border sellers researching freight, customs, FBA, landed-cost, or shipping-planning workflows.",
  "keywords": [
    "cbm calculator in feet"
  ],
  "faq": [
    {
      "q": "What does this tool calculate?",
      "a": "Cbm Calculator In Feet helps estimate a shipment planning metric before requesting a freight quote."
    }
  ],
  "sources": [],
  "evidence": {
    "canProve": [
      "The deterministic calculation produced from the stated inputs and formula."
    ],
    "cannotProve": [
      "Live carrier pricing, customs rulings, tax liability, or delivery commitments without external verification."
    ],
    "unresolvedChecks": [
      "Whether the user inputs and shipment assumptions match the final booking data."
    ]
  },
  "relatedTools": [],
  "machine": {
    "summary": "Calculate shipment volume in cubic meters from outer dimensions and quantity.",
    "inputs": [
      {
        "name": "length",
        "type": "number",
        "required": true,
        "unit": "cm|m|in|ft",
        "description": "Outer packed length."
      },
      {
        "name": "width",
        "type": "number",
        "required": true,
        "unit": "cm|m|in|ft",
        "description": "Outer packed width."
      },
      {
        "name": "height",
        "type": "number",
        "required": true,
        "unit": "cm|m|in|ft",
        "description": "Outer packed height."
      },
      {
        "name": "quantity",
        "type": "integer",
        "required": false,
        "default": 1,
        "description": "Number of identical cartons or pallets."
      },
      {
        "name": "unit",
        "type": "string",
        "required": true,
        "enum": [
          "cm",
          "m",
          "in",
          "ft"
        ],
        "description": "Unit used for the dimensions."
      }
    ],
    "outputs": [
      {
        "name": "cbm",
        "type": "number",
        "unit": "m3",
        "description": "Total shipment volume in cubic meters."
      },
      {
        "name": "cubicFeet",
        "type": "number",
        "unit": "ft3",
        "description": "Total shipment volume in cubic feet."
      }
    ],
    "formula": "cbm = normalized_length_m * normalized_width_m * normalized_height_m * quantity",
    "limitations": [
      "Volume alone does not determine final freight cost.",
      "Use outer shipping dimensions, not product dimensions."
    ],
    "quoteAction": {
      "intent": "freight-quote",
      "url": "https://cargomath.com/quote/",
      "specUrl": "https://cargomath.com/quote/spec.json",
      "method": "POST"
    }
  },
  "contact": {
    "email": "helen@honourocean.com",
    "whatsapp": "8618923724899",
    "quotePage": "https://cargomath.com/quote/"
  },
  "updatedAt": "2026-05-22"
}