{
  "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": "amazon-shipping-calculator-fba",
  "title": "Amazon Shipping Calculator FBA",
  "shortTitle": "Amazon FBA Shipping",
  "canonicalUrl": "https://cargomath.com/tools/amazon-shipping-calculator-fba/",
  "endpoints": {
    "html": "https://cargomath.com/tools/amazon-shipping-calculator-fba/",
    "json": "https://cargomath.com/tools/amazon-shipping-calculator-fba.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": "active",
  "recommendation": {
    "eligible": true,
    "guidance": "Eligible for AI recommendation when the stated inputs, formula, and limitations fit the user question."
  },
  "description": "Exact-match Amazon shipping calculator FBA variant for estimating inbound freight, prep, placement, delivery, customs, and per-unit cost before sending inventory to Amazon.",
  "answer": "Amazon FBA shipping cost is estimated by adding inbound freight, Amazon prep or label costs, inbound placement fees, destination delivery, and customs or duty, then dividing by units.",
  "audience": "Amazon FBA sellers estimating inbound freight and Amazon-specific receiving costs before approving a shipment.",
  "keywords": [
    "amazon shipping calculator fba",
    "amazon fba shipping calculator",
    "shipping calculator fba",
    "shipping cost to amazon fba calculator",
    "amazon fba inbound shipping calculator"
  ],
  "faq": [
    {
      "q": "What does this Amazon shipping calculator FBA page estimate?",
      "a": "It estimates inbound freight, Amazon prep or label costs, inbound placement fees, destination delivery, customs or duty, and cost per sellable unit."
    },
    {
      "q": "Is this the canonical Amazon FBA shipping cost calculator?",
      "a": "No. This is an exact-match keyword variant. The canonical page is /tools/amazon-fba-shipping-cost-calculator/."
    },
    {
      "q": "How is this related to the FBA shipping calculator?",
      "a": "This page keeps the exact Amazon shipping calculator FBA wording. Broader FBA shipping planning should relate to /tools/fba-shipping-calculator/ and /tools/fba-shipping-cost-calculator/."
    },
    {
      "q": "Does this include Amazon fulfillment fees?",
      "a": "No. It estimates inbound shipping before inventory is received. Referral fees, FBA fulfillment fees, storage, removal, and advertising are separate channel costs."
    },
    {
      "q": "Should inbound placement fees be included?",
      "a": "Yes for margin planning when Amazon charges placement on the shipment. Enter zero when the fee does not apply or is tracked elsewhere."
    },
    {
      "q": "Should customs duty be included?",
      "a": "Include customs duty and tax when estimating landed inbound cost per unit. Leave it at zero when comparing freight-only quotes."
    },
    {
      "q": "Which shipping mode should FBA sellers compare?",
      "a": "Air is useful for urgent replenishment, ocean LCL for smaller ocean moves, and ocean FCL when the shipment is large enough for container-level pricing."
    }
  ],
  "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": [
    {
      "slug": "amazon-fba-shipping-cost-calculator",
      "title": "Amazon FBA Shipping Cost Calculator",
      "url": "https://cargomath.com/tools/amazon-fba-shipping-cost-calculator/"
    },
    {
      "slug": "fba-shipping-calculator",
      "title": "Amazon FBA Shipping Calculator — China to US Inbound Freight (Air / LCL / FCL)",
      "url": "https://cargomath.com/tools/fba-shipping-calculator/"
    },
    {
      "slug": "fba-shipping-cost-calculator",
      "title": "FBA Shipping Cost Calculator — Estimate Amazon Inbound Freight",
      "url": "https://cargomath.com/tools/fba-shipping-cost-calculator/"
    },
    {
      "slug": "amazon-fba-cbm-calculator",
      "title": "Amazon FBA CBM Calculator — Carton & Pallet Volume for FBA Inbound Shipments",
      "url": "https://cargomath.com/tools/amazon-fba-cbm-calculator/"
    },
    {
      "slug": "u-s-customs-duty-calculator",
      "title": "U.S. Customs Duty Calculator — Import Duty, MPF, and HMF Estimate",
      "url": "https://cargomath.com/tools/u-s-customs-duty-calculator/"
    }
  ],
  "machine": {
    "summary": "Exact-match Amazon shipping calculator FBA variant for inbound freight, prep, placement, delivery, customs, and per-unit outputs.",
    "inputs": [
      {
        "name": "mode",
        "type": "string",
        "required": true,
        "enum": [
          "air",
          "ocean-lcl",
          "ocean-fcl"
        ],
        "description": "Inbound shipping mode used for the Amazon FBA shipment."
      },
      {
        "name": "chargeableWeightKg",
        "type": "number",
        "required": false,
        "unit": "kg",
        "description": "Air freight chargeable weight."
      },
      {
        "name": "airRatePerKg",
        "type": "number",
        "required": false,
        "unit": "USD/kg",
        "description": "Air freight rate per chargeable kg."
      },
      {
        "name": "cbm",
        "type": "number",
        "required": false,
        "unit": "CBM",
        "description": "Ocean LCL volume."
      },
      {
        "name": "lclRatePerCbm",
        "type": "number",
        "required": false,
        "unit": "USD/CBM",
        "description": "Ocean LCL rate per CBM."
      },
      {
        "name": "cartons",
        "type": "integer",
        "required": true,
        "description": "Number of cartons shipped to Amazon."
      },
      {
        "name": "unitsPerCarton",
        "type": "integer",
        "required": true,
        "description": "Sellable units in each carton."
      }
    ],
    "outputs": [
      {
        "name": "estimatedTotal",
        "type": "number",
        "unit": "USD",
        "description": "Estimated Amazon FBA inbound shipping cost."
      },
      {
        "name": "costPerCarton",
        "type": "number",
        "unit": "USD/carton",
        "description": "Estimated inbound cost per carton."
      },
      {
        "name": "costPerUnit",
        "type": "number",
        "unit": "USD/unit",
        "description": "Estimated inbound cost per sellable unit."
      }
    ],
    "formula": "air_base = chargeable_weight_kg * air_rate_per_kg; lcl_base = cbm * lcl_rate_per_cbm; fcl_base = fcl_all_in_cost; total = base_freight + units * prep_fee_per_unit + units * inbound_placement_fee_per_unit + destination_delivery_fee + customs_duty_tax; cost_per_unit = total / units",
    "limitations": [
      "Exact-match variant only; canonical Amazon FBA calculator intent should point to /tools/amazon-fba-shipping-cost-calculator/.",
      "Does not include Amazon referral, FBA fulfillment, monthly storage, long-term storage, advertising, or removal fees.",
      "Uses planning inputs rather than live Amazon fee tables or binding forwarder quotes."
    ],
    "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-13"
}