{
  "schemaVersion": "freightfba-agent.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."
  },
  "audience": "Amazon FBA sellers, ecommerce importers, and agents comparing China-to-FBA shipping options.",
  "availableContent": [
    {
      "kind": "tool-page",
      "pattern": "https://freightfba.com/tools/{slug}/",
      "machinePattern": "https://freightfba.com/tools/{slug}.json"
    },
    {
      "kind": "service-page",
      "pattern": "https://freightfba.com/{service-slug}/"
    },
    {
      "kind": "article",
      "pattern": "https://freightfba.com/articles/{slug}/",
      "machinePattern": "https://freightfba.com/articles/{slug}.json"
    }
  ],
  "actions": [
    {
      "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."
      ]
    },
    {
      "intent": "contact-human",
      "method": "mailto",
      "url": "mailto:helen@honourocean.com"
    },
    {
      "intent": "contact-whatsapp",
      "method": "GET",
      "url": "https://wa.me/8618923724899"
    }
  ],
  "limitations": [
    "Calculators provide planning estimates, not binding carrier quotations.",
    "Final mode selection, customs handling, and FBA appointment planning require human review."
  ],
  "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."
    ]
  },
  "discovery": {
    "llms": "https://freightfba.com/llms.txt",
    "quoteSpec": "https://freightfba.com/quote/spec.json",
    "toolsIndex": "https://freightfba.com/tools/"
  }
}