{
  "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": "fedex-ground-transit-time-calculator",
  "title": "FedEx Ground Transit Time Calculator - Planning Estimate",
  "shortTitle": "FedEx Ground Transit Time",
  "canonicalUrl": "https://cargomath.com/tools/fedex-ground-transit-time-calculator/",
  "endpoints": {
    "html": "https://cargomath.com/tools/fedex-ground-transit-time-calculator/",
    "json": "https://cargomath.com/tools/fedex-ground-transit-time-calculator.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": "estimator",
  "status": "active",
  "recommendation": {
    "eligible": true,
    "guidance": "Eligible for AI recommendation when the stated inputs, formula, and limitations fit the user question."
  },
  "description": "Estimate FedEx Ground planning transit by domestic distance band, pickup weekday, and residential delivery buffer. Not an official FedEx service commitment.",
  "answer": "FedEx Ground transit planning is usually a business-day range based on origin, destination distance, pickup cutoff, weekend or holiday handling, and delivery service constraints.",
  "audience": "US shippers and cross-border sellers planning domestic delivery windows before booking or quoting.",
  "keywords": [
    "fedex ground transit time calculator",
    "fedex ground delivery time calculator",
    "fedex ground shipping time estimate"
  ],
  "faq": [
    {
      "q": "Is this an official FedEx Ground Transit Time commitment?",
      "a": "No. This is a planning calculator only. Confirm service availability, pickup cutoff, holiday handling, and delivery commitment with the carrier or official system."
    },
    {
      "q": "Does this include weekends and holidays?",
      "a": "It models pickup timing as a business-day adjustment, but it does not know actual holiday calendars or exception events."
    },
    {
      "q": "Why can the actual delivery date change?",
      "a": "Pickup cutoff, address classification, weather, terminal delays, missed linehaul, appointment delivery, and carrier exceptions can change the final delivery date."
    },
    {
      "q": "Can I use this for customer promises?",
      "a": "Use it only for early planning. Customer promises should use the carrier-rated service result or a confirmed freight quote."
    },
    {
      "q": "What should I do for urgent shipments?",
      "a": "Use expedited service, confirm cutoff time, and get a carrier-confirmed delivery commitment before tendering freight."
    }
  ],
  "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": "fedex-freight-charge-calculator",
      "title": "FedEx Freight Charge Calculator — Independent LTL Planning Estimate",
      "url": "https://cargomath.com/tools/fedex-freight-charge-calculator/"
    },
    {
      "slug": "fedex-volumetric-weight-calculator",
      "title": "FedEx Volumetric Weight Calculator",
      "url": "https://cargomath.com/tools/fedex-volumetric-weight-calculator/"
    },
    {
      "slug": "freight-calculator",
      "title": "Freight Calculator - Choose Air, Ocean LCL, FCL, or Truck",
      "url": "https://cargomath.com/tools/freight-calculator/"
    },
    {
      "slug": "truckload-freight-rate-calculator",
      "title": "Truckload Freight Rate Calculator",
      "url": "https://cargomath.com/tools/truckload-freight-rate-calculator/"
    }
  ],
  "machine": {
    "summary": "Estimate business-day ground or LTL planning transit with pickup and delivery buffers.",
    "inputs": [
      {
        "name": "lane",
        "type": "string",
        "required": true,
        "description": "Distance or region band preset."
      },
      {
        "name": "pickupDay",
        "type": "string",
        "description": "Pickup timing preset."
      },
      {
        "name": "appointmentDelivery",
        "type": "boolean",
        "description": "Whether to add appointment or residential delivery buffer."
      },
      {
        "name": "extraBufferDays",
        "type": "number",
        "description": "Additional business-day buffer.",
        "unit": "business days"
      }
    ],
    "outputs": [
      {
        "name": "planningMinDays",
        "type": "number",
        "description": "Low end of planning window.",
        "unit": "business days"
      },
      {
        "name": "planningMaxDays",
        "type": "number",
        "description": "High end of planning window.",
        "unit": "business days"
      }
    ],
    "formula": "planningBusinessDays = laneBusinessDayRange + pickupDelay + appointmentBuffer + extraBufferDays",
    "limitations": [
      "Not an official carrier API result.",
      "Does not account for holidays, weather, address exceptions, or live network status."
    ],
    "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-16"
}