{
  "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": "fcl-vs-lcl-calculator-for-fba-shipments-consolidated-shipping",
  "title": "FCL vs LCL Calculator for FBA Shipments: Consolidated Shipping",
  "canonicalUrl": "https://freightfba.com/tools/fcl-vs-lcl-calculator-for-fba-shipments-consolidated-shipping/",
  "endpoints": {
    "html": "https://freightfba.com/tools/fcl-vs-lcl-calculator-for-fba-shipments-consolidated-shipping/",
    "json": "https://freightfba.com/tools/fcl-vs-lcl-calculator-for-fba-shipments-consolidated-shipping.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": "Compare LCL cost by CBM with an FCL flat-container estimate for Amazon FBA freight on the Consolidated Shipping lane.",
  "answer": "This calculator compares estimated LCL and FCL costs for the Consolidated Shipping lane and shows the lower-cost option from the entered assumptions.",
  "audience": "Amazon FBA sellers choosing between LCL and FCL freight on the Consolidated Shipping lane",
  "keywords": [
    "fcl vs lcl calculator for fba shipments consolidated shipping",
    "fcl vs lcl consolidated shipping",
    "amazon fba container cost consolidated shipping"
  ],
  "faq": [
    {
      "q": "Is there a fixed CBM point where FCL becomes cheaper?",
      "a": "No. The break-even point changes with lane rates, container pricing, CFS fees, destination charges, and seasonal conditions."
    },
    {
      "q": "Does the cheaper estimate always mean the better mode?",
      "a": "No. Also compare transit timing, handling risk, inventory urgency, and whether the destination workflow can receive a full container."
    },
    {
      "q": "Which costs should be included?",
      "a": "Use comparable all-in assumptions for origin, ocean freight, destination handling, delivery, and any prep-center or Amazon handoff work."
    }
  ],
  "relatedTools": [
    {
      "slug": "fcl-vs-lcl-calculator",
      "title": "FCL vs LCL Calculator for Amazon FBA Shipments",
      "url": "https://freightfba.com/tools/fcl-vs-lcl-calculator/"
    },
    {
      "slug": "cbm-calculator-for-amazon-cartons-consolidated-shipping",
      "title": "CBM Calculator for Amazon Cartons: Consolidated Shipping",
      "url": "https://freightfba.com/tools/cbm-calculator-for-amazon-cartons-consolidated-shipping/"
    },
    {
      "slug": "amazon-fba-shipping-cost-calculator-by-route-consolidated-shipping",
      "title": "Amazon FBA Shipping Cost Calculator by Route: Consolidated Shipping",
      "url": "https://freightfba.com/tools/amazon-fba-shipping-cost-calculator-by-route-consolidated-shipping/"
    }
  ],
  "machine": {
    "summary": "Compare estimated LCL and FCL freight costs for Amazon FBA shipments on the Consolidated Shipping lane.",
    "inputs": [
      {
        "name": "cbm",
        "type": "number",
        "unit": "m3",
        "description": "Total shipment volume."
      },
      {
        "name": "lclRatePerCbm",
        "type": "number",
        "unit": "USD/CBM",
        "description": "Comparable LCL rate per CBM."
      },
      {
        "name": "lclLocalFees",
        "type": "number",
        "unit": "USD",
        "description": "LCL origin and destination fixed fees."
      },
      {
        "name": "fclFlatCost",
        "type": "number",
        "unit": "USD",
        "description": "Comparable FCL all-in planning cost."
      }
    ],
    "outputs": [
      {
        "name": "lclCost",
        "type": "number",
        "unit": "USD",
        "description": "Estimated LCL total."
      },
      {
        "name": "fclCost",
        "type": "number",
        "unit": "USD",
        "description": "Estimated FCL total."
      },
      {
        "name": "recommendedMode",
        "type": "string",
        "description": "Lower-cost mode by simple comparison."
      }
    ],
    "formula": "lcl_cost = cbm * lcl_rate_per_cbm + lcl_local_fees; recommend fcl when fcl_flat_cost < lcl_cost",
    "limitations": [
      "Planning comparison only; live rates and surcharges change.",
      "Mode choice should also account for timing, handling, and receiving constraints."
    ],
    "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-08-24"
}