{
  "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-time-in-transit-calculator",
  "title": "FedEx Transit Time Calculator - Ground Business Day Estimate",
  "shortTitle": "FedEx Ground Time in Transit",
  "canonicalUrl": "https://cargomath.com/tools/fedex-ground-time-in-transit-calculator/",
  "endpoints": {
    "html": "https://cargomath.com/tools/fedex-ground-time-in-transit-calculator/",
    "json": "https://cargomath.com/tools/fedex-ground-time-in-transit-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 transit time in business days from distance bands, pickup timing, delivery type, and an optional delay buffer.",
  "answer": "FedEx Ground time in transit should be treated as a business-day estimate until the shipper confirms the actual service, cutoff, and destination with FedEx.",
  "audience": "US shippers and cross-border sellers planning domestic delivery windows before booking or quoting.",
  "keywords": [
    "fedex ground time in transit calculator",
    "fedex ground time in transit",
    "fedex transit time estimate"
  ],
  "faq": [
    {
      "q": "Is this an official FedEx Ground Time in Transit 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": [
    {
      "name": "FedEx Ground shipping service",
      "url": "https://www.fedex.com/en-us/shipping/ground.html",
      "accessedAt": "2026-07-17",
      "note": "Official FedEx page describing Ground transit-time ranges, service area, and package limits."
    },
    {
      "name": "FedEx Home Delivery",
      "url": "https://www.fedex.com/en-us/shipping/home-delivery.html",
      "accessedAt": "2026-07-17",
      "note": "Official FedEx page for residential delivery timing and service differences."
    },
    {
      "name": "FedEx Ground Economy",
      "url": "https://www.fedex.com/en-us/shipping/ground/economy.html",
      "accessedAt": "2026-07-17",
      "note": "Official FedEx page for economy residential delivery timing and service exclusions."
    }
  ],
  "evidence": {
    "canProve": [
      "A planning business-day range from selected lane band, pickup timing, delivery type, and buffer inputs.",
      "Whether a shipment needs official carrier confirmation before the seller promises a delivery date.",
      "Which operational delay factors should be checked before booking or quoting a customer."
    ],
    "cannotProve": [
      "A binding FedEx service commitment, live rating response, tracking update, or refund eligibility.",
      "Holiday calendars, weather exceptions, terminal delays, address corrections, or cutoff events for a specific package.",
      "Whether FedEx Ground, Home Delivery, Ground Economy, or an expedited service is actually available for the exact shipment."
    ],
    "unresolvedChecks": [
      "Confirm exact origin, destination, ship date, pickup cutoff, and service in FedEx official systems.",
      "Check appointment, residential, hazardous-material, and limited-access handling before promising a date."
    ]
  },
  "relatedTools": [
    {
      "slug": "fedex-ground-transit-time-calculator",
      "title": "FedEx Ground Transit Time Calculator - Planning Estimate",
      "url": "https://cargomath.com/tools/fedex-ground-transit-time-calculator/"
    },
    {
      "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/"
    }
  ],
  "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-07-11"
}