FedEx Tracking Virtual Sandbox
Virtual API for tracking shipment status and package visibility.
A virtualized endpoint for the FedEx Tracking API, allowing developers to simulate shipment status updates, tracking number lookups, and package visibility workflows. This service provides predictable responses for various tracking scenarios, enabling robust integration testing for logistics and supply chain applications.
Use this hosted sandbox to simulate FedEx Tracking APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate tracking request payloads, handle various shipment status codes, parse tracking event history, and test error handling for invalid or non-existent tracking numbers without hitting live FedEx infrastructure.
General
POST
| Header Name | Example |
|---|---|
x-customer-transaction-id | "624deea6-b709-470c-8c39-4b5511281492" |
content-type* | "application/json" |
x-locale | "en_US" |
authorization* | "Bearer XXX" |
{
"includeDetailedScans": true,
"trackingInfo": [
{
"shipDateBegin": "2025-12-13T00:00:00.0Z",
"shipDateEnd": "2026-07-17T00:00:00.0Z",
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "9",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
},
{
"shipDateBegin": "2026-05-04T00:00:00.0Z",
"shipDateEnd": "2026-07-21T00:00:00.0Z",
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "4",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
},
{
"shipDateBegin": "2026-06-21T00:00:00.0Z",
"shipDateEnd": "2026-07-11T00:00:00.0Z",
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "0",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
},
{
"shipDateBegin": "2025-09-04T00:00:00.0Z",
"shipDateEnd": "2026-07-04T00:00:00.0Z",
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "2",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
},
{
"shipDateBegin": "2026-06-19T00:00:00.0Z",
"shipDateEnd": "2026-07-15T00:00:00.0Z",
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "1",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
}
]
}{
"customerTransactionId": "90Hq0cdIo3SgsLl",
"output": {
"alerts": "TRACKING.DATA.NOTFOUND - Tracking data unavailable",
"completeTrackResults": [
{
"trackingNumber": "7",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Rustic",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Leave at front door"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "2",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 15,
"reasonDetail": {
"description": "Documentation missing",
"type": "HELD"
},
"timeStamp": "2026-05-02T00:00:00.0Z"
},
{
"consolidationID": "7",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 32,
"reasonDetail": {
"description": "Capacity limit",
"type": "DELIVERED"
},
"timeStamp": "2026-03-01T00:00:00.0Z"
},
{
"consolidationID": "5",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 17,
"reasonDetail": {
"description": "Customer request",
"type": "HELD"
},
"timeStamp": "2025-08-25T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 43,
"reasonDetail": {
"description": "Weight mismatch",
"type": "REJECTED"
},
"timeStamp": "2025-11-07T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 27,
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"timeStamp": "2026-03-16T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-10-27T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-23T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-24T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-24T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-24T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2026-10-07T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-23T00:00:00.0Z",
"ends": "2026-07-24T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2026-12-22T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-10-20T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-10-02T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-23T00:00:00.0Z",
"ends": "2026-07-24T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-08-13T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-07-20T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-03-09T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-12-26T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-01-19T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "MIXED",
"city": "Fort Janet",
"countryCode": "MK",
"countryName": "Dominican Republic",
"postalCode": "04429",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "1",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "NATIONAL",
"destinationServiceAreaDescription": "Appointment Required",
"locationDescription": "Garage",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Dr. Gregg Orn",
"signedByName": "Jimmie Douglas III"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Missouri City",
"countryCode": "HU",
"countryName": "Finland",
"postalCode": "52665",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 4101.66
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Invalid tracking number format.",
"parameterList": [
{
"key": "WVLjo",
"value": "zeMmfd6B"
},
{
"key": "R341K",
"value": "43HaxwQx"
},
{
"key": "j6mhq",
"value": "Q73BvFbg"
},
{
"key": "AHN8S",
"value": "Tl1fndAu"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
"goodsClassificationCode": "VVvFt5",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Venaville",
"countryCode": "PF",
"countryName": "China",
"postalCode": "92402-0549",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "MIA",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Restricted delivery"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "MIXED",
"city": "East Wandastead",
"countryCode": "IE",
"countryName": "India",
"postalCode": "13162-6424",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://oily-sock.info/",
"actionDescription": "Schedule redelivery",
"reason": "84",
"reasonDescription": "Package delivered to recipient address - release authorized"
},
{
"action": "https://alert-role.net/",
"actionDescription": "Schedule redelivery",
"reason": "02",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://greedy-transparency.org",
"actionDescription": "Schedule redelivery",
"reason": "015A",
"reasonDescription": "Package delivered to recipient address - release authorized"
},
{
"action": "https://better-unique.biz/",
"actionDescription": "Customer not Available or Business Closed",
"reason": "15",
"reasonDescription": "Customer not available or business closed"
}
],
"code": "DP",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "OC",
"description": "Delivered",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "North Laceyside",
"countryCode": "RW",
"countryName": "Myanmar",
"postalCode": "32822",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "In transit"
},
"meterNumber": "2",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "New Glennie",
"countryCode": "BT",
"countryName": "India",
"postalCode": "25453",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA"
},
"packageDetails": {
"contentPieceCount": "0",
"count": "4",
"declaredValue": {
"currency": "SBD",
"value": 452.76
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "TUBE",
"sequenceNumber": "2",
"undeliveredCount": "8",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "0"
}
]
}
},
"pieceCounts": [
{
"count": "0",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "3",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "6",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "2",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "8",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Capacity limit",
"type": "EXCEPTION"
},
"recipientInformation": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Javonberg",
"countryCode": "VC",
"countryName": "Republic of Korea",
"postalCode": "87931-1980",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Robin Turcotte",
"reasonDetail": [
{
"description": "Damaged item",
"type": "EXCEPTION"
},
{
"description": "Customs delay",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-07-20T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "DL",
"eventDescription": "Out for delivery",
"eventType": "PU",
"exceptionCode": "C99",
"exceptionDescription": "Delayed by weather",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "East Davonmouth",
"countryCode": "BQ",
"countryName": "Cayman Islands",
"postalCode": "73951-6425",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-22T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "OFD",
"eventDescription": "Arrived at facility",
"eventType": "OFD",
"exceptionCode": "C99",
"exceptionDescription": "Package available for clearance",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Rettahaven",
"countryCode": "GS",
"countryName": "Antarctica",
"postalCode": "68246",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-19T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DL",
"eventDescription": "Out for delivery",
"eventType": "OFD",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "Borerburgh",
"countryCode": "MN",
"countryName": "British Indian Ocean Territory (Chagos Archipelago)",
"postalCode": "51257",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-20T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "OFD",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "A25",
"exceptionDescription": "Incorrect address",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "New Isadore",
"countryCode": "GA",
"countryName": "Vietnam",
"postalCode": "39075-5898",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
}
],
"serviceCommitMessage": {
"message": "Scheduled for delivery tomorrow.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Home Delivery",
"shortDescription": "GR",
"type": "FEDEX_HOME_DELIVERY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "0",
"contents": [
{
"description": "electronics",
"itemNumber": "avqPmA",
"partNumber": "LZ7X5F",
"receivedQuantity": "4"
},
{
"description": "buttons",
"itemNumber": "Y4Y34x",
"partNumber": "rSGCEC",
"receivedQuantity": "6"
},
{
"description": "electronics",
"itemNumber": "dwNxcs",
"partNumber": "ZwWdtb",
"receivedQuantity": "4"
},
{
"description": "polyurethane rope",
"itemNumber": "yaVkxC",
"partNumber": "1ZvsFI",
"receivedQuantity": "8"
},
{
"description": "buttons",
"itemNumber": "jeCboX",
"partNumber": "tz4MnW",
"receivedQuantity": "1"
}
],
"splitShipments": [
{
"pieceCount": "9",
"statusCode": "xCx4",
"statusDescription": "Complete",
"timestamp": "2026-07-22T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "4"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Eagan",
"countryCode": "SC",
"countryName": "Sweden",
"postalCode": "05249",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "HOLD_AT_LOCATION"
},
{
"description": "Deliver Weekday",
"paymentType": "COLLECT",
"type": "HOLD_AT_LOCATION"
}
],
"standardTransitTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "6",
"trackingNumberUniqueId": "112233~445566778899~FDRG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Modern",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Fragile"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "0",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 43,
"reasonDetail": {
"description": "Customs delay",
"type": "CANCELLED"
},
"timeStamp": "2026-01-24T00:00:00.0Z"
},
{
"consolidationID": "8",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 25,
"reasonDetail": {
"description": "Service disruption",
"type": "DELIVERED"
},
"timeStamp": "2026-03-14T00:00:00.0Z"
},
{
"consolidationID": "5",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 34,
"reasonDetail": {
"description": "Service disruption",
"type": "REJECTED"
},
"timeStamp": "2026-04-20T00:00:00.0Z"
},
{
"consolidationID": "6",
"eventType": "PACKAGE_EXCLUDED_FROM_CONSOLIDATION",
"packageCount": 29,
"reasonDetail": {
"description": "Wrong color",
"type": "EXCEPTION"
},
"timeStamp": "2026-04-15T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_EXCLUDED_FROM_CONSOLIDATION",
"packageCount": 1,
"reasonDetail": {
"description": "Documentation missing",
"type": "EXCEPTION"
},
"timeStamp": "2026-07-05T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2027-01-07T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-03-03T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2026-11-25T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-23T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-11-11T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-07T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-23T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-09-10T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "MIXED",
"city": "Gerardside",
"countryCode": "CK",
"countryName": "Turkmenistan",
"postalCode": "15906-3939",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "1",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "LOCAL",
"destinationServiceAreaDescription": "Appointment Required",
"locationDescription": "Receptionist/Front Desk",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Oscar Ullrich-Glover",
"signedByName": "Mr. Wade Romaguera"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "Jonchester",
"countryCode": "GS",
"countryName": "Palestine",
"postalCode": "02927-9877",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "DFW",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 3311.14
},
"error": {
"code": "INVALID.TRACKING.NUMBER",
"message": "Invalid tracking number format.",
"parameterList": [
{
"key": "LjHLb",
"value": "dbCwbamN"
},
{
"key": "MCpOn",
"value": "pBYe7yRO"
},
{
"key": "xFIDj",
"value": "Q9nYkxGZ"
},
{
"key": "7XDI5",
"value": "LIBrlOTZ"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
"goodsClassificationCode": "8ScStp",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Nicholasborough",
"countryCode": "SJ",
"countryName": "British Indian Ocean Territory (Chagos Archipelago)",
"postalCode": "76491-2198",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "REFRIGERATED_STORAGE",
"description": "this is an informational message"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "UNKNOWN",
"city": "Weberfurt",
"countryCode": "NF",
"countryName": "Saint Pierre and Miquelon",
"postalCode": "70428",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://infinite-bob.net",
"actionDescription": "Schedule redelivery",
"reason": "02",
"reasonDescription": "Local delivery restriction"
}
],
"code": "HL",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DP",
"description": "Delivered",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Deckowhaven",
"countryCode": "UZ",
"countryName": "Brazil",
"postalCode": "15279-2781",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "2",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "New Evans",
"countryCode": "MY",
"countryName": "Antigua and Barbuda",
"postalCode": "95564",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK"
},
"packageDetails": {
"contentPieceCount": "0",
"count": "0",
"declaredValue": {
"currency": "CHF",
"value": 559.22
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "5",
"undeliveredCount": "2",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "6"
}
]
}
},
"pieceCounts": [
{
"count": "7",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "8",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "2",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Service disruption",
"type": "HELD"
},
"recipientInformation": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "West Aaron",
"countryCode": "GF",
"countryName": "Lebanon",
"postalCode": "55493-2429",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Dr. Roland Smitham IV",
"reasonDetail": [
{
"description": "Documentation missing",
"type": "CANCELLED"
}
]
},
"scanEvents": [
{
"date": "2026-07-18T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "AR",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "C99",
"exceptionDescription": "Incorrect address",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Lake Dominique",
"countryCode": "HR",
"countryName": "Ecuador",
"postalCode": "92027-9240",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
}
],
"serviceCommitMessage": {
"message": "Delayed due to weather.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Priority Overnight",
"shortDescription": "FL",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "6",
"contents": [
{
"description": "buttons",
"itemNumber": "1LFHgU",
"partNumber": "8N9fns",
"receivedQuantity": "7"
},
{
"description": "polyurethane rope",
"itemNumber": "WFdgWe",
"partNumber": "xkdOV7",
"receivedQuantity": "9"
},
{
"description": "buttons",
"itemNumber": "yhNmVx",
"partNumber": "6Qr9Zk",
"receivedQuantity": "2"
},
{
"description": "polyurethane rope",
"itemNumber": "KHOytC",
"partNumber": "BvQDKF",
"receivedQuantity": "1"
},
{
"description": "polyurethane rope",
"itemNumber": "qiLPxI",
"partNumber": "53o2sR",
"receivedQuantity": "6"
}
],
"splitShipments": [
{
"pieceCount": "6",
"statusCode": "RdPx",
"statusDescription": "Pending",
"timestamp": "2026-07-23T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "1"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "MIXED",
"city": "North Alycia",
"countryCode": "KH",
"countryName": "Myanmar",
"postalCode": "04790",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Appointment required",
"paymentType": "OTHER",
"type": "APPOINTMENT"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "HOLD_AT_LOCATION"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "HOLD_AT_LOCATION"
}
],
"standardTransitTimeWindow": {
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "0",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Licensed",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Priority shipment"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "0",
"eventType": "PACKAGE_EXCLUDED_FROM_CONSOLIDATION",
"packageCount": 21,
"reasonDetail": {
"description": "Capacity limit",
"type": "EXCEPTION"
},
"timeStamp": "2026-05-17T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-05-14T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-23T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-24T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-12-10T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "RESIDENTIAL",
"city": "Boscoworth",
"countryCode": "OM",
"countryName": "Yemen",
"postalCode": "78845",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "2",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "EDDUNAVAILABLE",
"destinationServiceAreaDescription": "Appointment Required",
"locationDescription": "Garage",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Kelley Rippin MD",
"signedByName": "Jamie Steuber"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "West Hermina",
"countryCode": "BD",
"countryName": "Kenya",
"postalCode": "18106-6779",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 2510.51
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Invalid tracking number format.",
"parameterList": [
{
"key": "Ut67C",
"value": "3jf7dKrN"
},
{
"key": "t1awh",
"value": "A9CTxbaA"
},
{
"key": "ZnsU8",
"value": "xuJd2JFT"
},
{
"key": "V1oxv",
"value": "YMrzjLsc"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-23T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
"goodsClassificationCode": "dbEtq5",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Fort Carachester",
"countryCode": "MF",
"countryName": "Suriname",
"postalCode": "70625-4872",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ATL",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "this is an informational message"
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Restricted delivery"
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Customs documents required"
},
{
"code": "REFRIGERATED_STORAGE",
"description": "Restricted delivery"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "BUSINESS",
"city": "Fort Garryboro",
"countryCode": "MZ",
"countryName": "French Southern Territories",
"postalCode": "10487",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://sad-packaging.biz",
"actionDescription": "Contact support",
"reason": "84",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://broken-hovel.org/",
"actionDescription": "Schedule redelivery",
"reason": "84",
"reasonDescription": "Customer not available or business closed"
}
],
"code": "DE",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "OC",
"description": "Picked up",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Lake Hayley",
"countryCode": "YT",
"countryName": "Malaysia",
"postalCode": "02891-8869",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "In transit"
},
"meterNumber": "2",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "North Erica",
"countryCode": "BL",
"countryName": "Somalia",
"postalCode": "21652-8346",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA"
},
"packageDetails": {
"contentPieceCount": "5",
"count": "9",
"declaredValue": {
"currency": "INR",
"value": 230.16
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_ENVELOPE"
},
"physicalPackagingType": "BOX",
"sequenceNumber": "9",
"undeliveredCount": "3",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "9"
}
]
}
},
"pieceCounts": [
{
"count": "6",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "3",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Customs delay",
"type": "HELD"
},
"recipientInformation": {
"address": {
"addressClassification": "BUSINESS",
"city": "Parisianton",
"countryCode": "BD",
"countryName": "American Samoa",
"postalCode": "31937-6254",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Ida Auer V",
"reasonDetail": [
{
"description": "Customer request",
"type": "HELD"
},
{
"description": "Wrong color",
"type": "REJECTED"
},
{
"description": "Incorrect address",
"type": "EXCEPTION"
},
{
"description": "Weight mismatch",
"type": "HELD"
},
{
"description": "Capacity limit",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-07-20T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "Delivered",
"eventType": "AR",
"exceptionCode": "A25",
"exceptionDescription": "Delayed by weather",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "Wisokyfield",
"countryCode": "UZ",
"countryName": "Oman",
"postalCode": "95137-6287",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
}
],
"serviceCommitMessage": {
"message": "Scheduled for delivery tomorrow.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Express Saver",
"shortDescription": "HD",
"type": "FEDEX_HOME_DELIVERY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "4",
"contents": [
{
"description": "electronics",
"itemNumber": "gcKMV7",
"partNumber": "OMn2V6",
"receivedQuantity": "3"
},
{
"description": "electronics",
"itemNumber": "zfKfFV",
"partNumber": "qlhpG4",
"receivedQuantity": "4"
},
{
"description": "electronics",
"itemNumber": "OySFKv",
"partNumber": "4GXqcV",
"receivedQuantity": "8"
}
],
"splitShipments": [
{
"pieceCount": "0",
"statusCode": "Tdvt",
"statusDescription": "Complete",
"timestamp": "2026-07-22T00:00:00.0Z"
},
{
"pieceCount": "4",
"statusCode": "YEFb",
"statusDescription": "Complete",
"timestamp": "2026-07-23T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "8"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "BUSINESS",
"city": "Inesworth",
"countryCode": "RO",
"countryName": "Guinea-Bissau",
"postalCode": "28725",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Hold at location",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Appointment required",
"paymentType": "OTHER",
"type": "HOLD_AT_LOCATION"
}
],
"standardTransitTimeWindow": {
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-22T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "9",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
}
]
}
]
},
"transactionId": "e29317ec-c1d3-48c2-95d5-e341d1063a16"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Please provide tracking number."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "Access token expired. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}Service Homepage: developer.fedex.com/api/en-us/catalog/track/v1/docs.html
fedexlogisticstrackingshippingsupply-chain