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": false,
"trackingInfo": [
{
"shipDateBegin": "2026-01-25T00:00:00.0Z",
"shipDateEnd": "2026-06-19T00:00:00.0Z",
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "7",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
},
{
"shipDateBegin": "2026-06-03T00:00:00.0Z",
"shipDateEnd": "2026-06-17T00:00:00.0Z",
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "9",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
},
{
"shipDateBegin": "2026-02-24T00:00:00.0Z",
"shipDateEnd": "2026-06-21T00:00:00.0Z",
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "6",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
},
{
"shipDateBegin": "2026-02-12T00:00:00.0Z",
"shipDateEnd": "2026-06-28T00:00:00.0Z",
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "3",
"trackingNumberUniqueId": "112233~445566778899~FDRG"
}
},
{
"shipDateBegin": "2026-04-17T00:00:00.0Z",
"shipDateEnd": "2026-06-14T00:00:00.0Z",
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "8",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
}
]
}{
"customerTransactionId": "KuFC8cFb7wJBnuJ",
"output": {
"alerts": "TRACKING.DATA.NOTFOUND - Tracking data unavailable",
"completeTrackResults": [
{
"trackingNumber": "6",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Sleek",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Signature required"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "5",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 32,
"reasonDetail": {
"description": "Customs delay",
"type": "HELD"
},
"timeStamp": "2026-02-19T00:00:00.0Z"
},
{
"consolidationID": "3",
"eventType": "PACKAGE_EXCLUDED_FROM_CONSOLIDATION",
"packageCount": 2,
"reasonDetail": {
"description": "Documentation missing",
"type": "REJECTED"
},
"timeStamp": "2025-10-09T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-03-06T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-08-02T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "REQUESTED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-01-28T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-07-17T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-11-13T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-07-12T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-07-17T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-10-03T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "RESIDENTIAL",
"city": "Hettingerland",
"countryCode": "SO",
"countryName": "Vanuatu",
"postalCode": "82760",
"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"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "EDDUNAVAILABLE",
"destinationServiceAreaDescription": "Appointment Required",
"locationDescription": "Mailroom",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Helen Osinski",
"signedByName": "Terri Dickinson"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "East Stevie",
"countryCode": "MU",
"countryName": "Oman",
"postalCode": "07415-7152",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 3019.01
},
"error": {
"code": "SERVER.ERROR",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "NbmmH",
"value": "eIcXIzWs"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "Tsr2Wv",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Antioch",
"countryCode": "BJ",
"countryName": "Bulgaria",
"postalCode": "09243",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "DEN",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "REFRIGERATED_STORAGE",
"description": "this is an informational message"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "UNKNOWN",
"city": "East Samson",
"countryCode": "BL",
"countryName": "Faroe Islands",
"postalCode": "06389",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://educated-perfection.biz/",
"actionDescription": "Customer not Available or Business Closed",
"reason": "IN001",
"reasonDescription": "Local delivery restriction"
}
],
"code": "OC",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "OC",
"description": "On hold",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "Lake Cathrynland",
"countryCode": "AL",
"countryName": "Iran",
"postalCode": "86927-4874",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "In transit"
},
"meterNumber": "0",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "MIXED",
"city": "Freeport",
"countryCode": "SJ",
"countryName": "Hong Kong",
"postalCode": "99354",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX"
},
"packageDetails": {
"contentPieceCount": "0",
"count": "6",
"declaredValue": {
"currency": "AZN",
"value": 71.64
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_BOX"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "4",
"undeliveredCount": "1",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "9"
},
{
"unit": "LB",
"value": "9"
}
]
}
},
"pieceCounts": [
{
"count": "9",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "4",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "1",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Customs delay",
"type": "DELIVERED"
},
"recipientInformation": {
"address": {
"addressClassification": "MIXED",
"city": "Marcosfield",
"countryCode": "SY",
"countryName": "Micronesia",
"postalCode": "61374",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Caleb Lakin",
"reasonDetail": [
{
"description": "Weight mismatch",
"type": "EXCEPTION"
}
]
},
"scanEvents": [
{
"date": "2026-06-28T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DL",
"eventDescription": "Arrived at facility",
"eventType": "OFD",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "Cypress",
"countryCode": "AM",
"countryName": "Monaco",
"postalCode": "17576-4954",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-27T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "PU",
"eventDescription": "Delivered",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "Port Hopeville",
"countryCode": "PS",
"countryName": "Nigeria",
"postalCode": "88418",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date available at this time.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Home Delivery",
"shortDescription": "FO",
"type": "FEDEX_2DAY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "4",
"contents": [
{
"description": "electronics",
"itemNumber": "FKisJO",
"partNumber": "0fwtSf",
"receivedQuantity": "6"
},
{
"description": "polyurethane rope",
"itemNumber": "6k56Z1",
"partNumber": "sUz0mW",
"receivedQuantity": "8"
}
],
"splitShipments": [
{
"pieceCount": "9",
"statusCode": "to7r",
"statusDescription": "Complete",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "1",
"statusCode": "v9oh",
"statusDescription": "Complete",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "5",
"statusCode": "ncZS",
"statusDescription": "In transit",
"timestamp": "2026-07-01T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "2"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "UNKNOWN",
"city": "West Isadorefield",
"countryCode": "BI",
"countryName": "Azerbaijan",
"postalCode": "11152-3323",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Appointment required",
"paymentType": "OTHER",
"type": "HOLD_AT_LOCATION"
},
{
"description": "Appointment required",
"paymentType": "COLLECT",
"type": "APPOINTMENT"
}
],
"standardTransitTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "3",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Luxurious",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Call before delivery"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "4",
"eventType": "PACKAGE_EXCLUDED_FROM_CONSOLIDATION",
"packageCount": 6,
"reasonDetail": {
"description": "Damaged item",
"type": "REJECTED"
},
"timeStamp": "2025-09-15T00:00:00.0Z"
},
{
"consolidationID": "7",
"eventType": "PACKAGE_EXCLUDED_FROM_CONSOLIDATION",
"packageCount": 49,
"reasonDetail": {
"description": "Capacity limit",
"type": "CANCELLED"
},
"timeStamp": "2025-12-29T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 17,
"reasonDetail": {
"description": "Incorrect address",
"type": "HELD"
},
"timeStamp": "2025-08-25T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-10-11T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2027-05-21T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "REQUESTED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-03-04T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "REQUESTED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2026-10-02T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2027-06-03T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-03-31T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-02-11T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-09-10T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-10-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "BUSINESS",
"city": "Deckowfurt",
"countryCode": "KE",
"countryName": "Bhutan",
"postalCode": "93145-6552",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "1",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "REGIONAL",
"destinationServiceAreaDescription": "Appointment Required",
"locationDescription": "Garage",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Marion Marvin",
"signedByName": "Cesar Daugherty MD"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Paramount",
"countryCode": "GU",
"countryName": "Chile",
"postalCode": "33583",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 1482.77
},
"error": {
"code": "INVALID.TRACKING.NUMBER",
"message": "Invalid tracking number format.",
"parameterList": [
{
"key": "c59Di",
"value": "NbibpFRX"
},
{
"key": "yfuxD",
"value": "pbCfXJ69"
},
{
"key": "Q9y4I",
"value": "FrVyYug5"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "C4Xfd4",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "O'Fallon",
"countryCode": "UG",
"countryName": "Palestine",
"postalCode": "18642-6269",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ATL",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Customs documents required"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "this is an informational message"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "MIXED",
"city": "South Domenicamouth",
"countryCode": "MW",
"countryName": "Germany",
"postalCode": "37581",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://cuddly-nucleotidase.name",
"actionDescription": "Contact support",
"reason": "15",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://black-and-white-kiss.biz",
"actionDescription": "Customer not Available or Business Closed",
"reason": "84",
"reasonDescription": "Local delivery restriction"
}
],
"code": "OC",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "Picked up",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Abbeybury",
"countryCode": "ZM",
"countryName": "United States of America",
"postalCode": "89710-1463",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "0",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "Toledo",
"countryCode": "SX",
"countryName": "Bhutan",
"postalCode": "31054-0868",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX"
},
"packageDetails": {
"contentPieceCount": "3",
"count": "8",
"declaredValue": {
"currency": "TJS",
"value": 325.12
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Envelope",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "2",
"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": "5"
},
{
"unit": "LB",
"value": "2"
}
]
}
},
"pieceCounts": [
{
"count": "8",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "2",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "2",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "6",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Damaged item",
"type": "DELIVERED"
},
"recipientInformation": {
"address": {
"addressClassification": "MIXED",
"city": "North Odieborough",
"countryCode": "JP",
"countryName": "Anguilla",
"postalCode": "06828-2346",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Wendy Marquardt",
"reasonDetail": [
{
"description": "Safety hold",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-06-28T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Jenkinsburgh",
"countryCode": "ME",
"countryName": "Cameroon",
"postalCode": "84094",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-28T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "AR",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "B10",
"exceptionDescription": "Package available for clearance",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Aliso Viejo",
"countryCode": "MK",
"countryName": "Switzerland",
"postalCode": "72056-9247",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-27T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "PU",
"eventDescription": "Arrived at facility",
"eventType": "OFD",
"exceptionCode": "B10",
"exceptionDescription": "Delayed by weather",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Lehnerworth",
"countryCode": "CM",
"countryName": "Hong Kong",
"postalCode": "37213-3424",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-27T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "DL",
"eventDescription": "Delivered",
"eventType": "AR",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Mckaylaland",
"countryCode": "LU",
"countryName": "Mozambique",
"postalCode": "42967",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-27T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "AR",
"eventDescription": "Delivered",
"eventType": "AR",
"exceptionCode": "A25",
"exceptionDescription": "Incorrect address",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "Satterfieldland",
"countryCode": "JP",
"countryName": "Liberia",
"postalCode": "88243-2173",
"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": "ES",
"type": "FEDEX_FIRST_OVERNIGHT"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "1",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "mJVp15",
"partNumber": "Uiq0YF",
"receivedQuantity": "9"
},
{
"description": "polyurethane rope",
"itemNumber": "fNsSaO",
"partNumber": "3UCQte",
"receivedQuantity": "0"
},
{
"description": "polyurethane rope",
"itemNumber": "syJx7i",
"partNumber": "DirOjW",
"receivedQuantity": "9"
},
{
"description": "electronics",
"itemNumber": "rG2wEG",
"partNumber": "UYXRnI",
"receivedQuantity": "4"
},
{
"description": "buttons",
"itemNumber": "WlimuH",
"partNumber": "zBoGYQ",
"receivedQuantity": "4"
}
],
"splitShipments": [
{
"pieceCount": "0",
"statusCode": "7fTw",
"statusDescription": "Pending",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "4",
"statusCode": "uM4Q",
"statusDescription": "Complete",
"timestamp": "2026-07-01T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "5"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Okunevaworth",
"countryCode": "CH",
"countryName": "Cameroon",
"postalCode": "31821",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "APPOINTMENT"
},
{
"description": "Appointment required",
"paymentType": "COLLECT",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "2",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
}
]
},
{
"trackingNumber": "8",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Intelligent",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Keep dry"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "9",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 35,
"reasonDetail": {
"description": "Capacity limit",
"type": "EXCEPTION"
},
"timeStamp": "2026-02-06T00:00:00.0Z"
},
{
"consolidationID": "8",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 5,
"reasonDetail": {
"description": "Documentation missing",
"type": "EXCEPTION"
},
"timeStamp": "2025-09-06T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2026-07-08T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2026-10-17T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-12-23T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-08-07T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-08-13T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-09-06T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-01-31T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "RESIDENTIAL",
"city": "North Casimir",
"countryCode": "RW",
"countryName": "Lao People's Democratic Republic",
"postalCode": "42228",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "2",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "NATIONAL",
"destinationServiceAreaDescription": "Rush delivery",
"locationDescription": "Garage",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Dr. Ivan Gislason",
"signedByName": "Mr. Roy Carter IV"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Walterville",
"countryCode": "PE",
"countryName": "Sudan",
"postalCode": "05479-5748",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ATL",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 754.1
},
"error": {
"code": "SERVER.ERROR",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "2G9kZ",
"value": "2WVQRjDa"
},
{
"key": "9CCJP",
"value": "S73tSLQQ"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "RWjH3c",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Judgeshire",
"countryCode": "SO",
"countryName": "Paraguay",
"postalCode": "96820",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "MIA",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "this is an informational message"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Customs documents required"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Restricted delivery"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "MIXED",
"city": "Ritchieland",
"countryCode": "RU",
"countryName": "Panama",
"postalCode": "06691",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://dark-individual.biz/",
"actionDescription": "Schedule redelivery",
"reason": "15",
"reasonDescription": "Customer not available or business closed"
}
],
"code": "DE",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DE",
"description": "In transit",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "West Bernicefield",
"countryCode": "ML",
"countryName": "Madagascar",
"postalCode": "44403",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "7",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "MIXED",
"city": "DeKalb",
"countryCode": "RW",
"countryName": "Brunei Darussalam",
"postalCode": "82789-9144",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK"
},
"packageDetails": {
"contentPieceCount": "7",
"count": "2",
"declaredValue": {
"currency": "BND",
"value": 149.32
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BOX",
"sequenceNumber": "5",
"undeliveredCount": "9",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "9"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "8"
}
]
}
},
"pieceCounts": [
{
"count": "2",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "4",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "6",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "2",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Service disruption",
"type": "DELIVERED"
},
"recipientInformation": {
"address": {
"addressClassification": "MIXED",
"city": "Fort Amy",
"countryCode": "MF",
"countryName": "Guinea",
"postalCode": "03128",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Angelo Herzog",
"reasonDetail": [
{
"description": "Wrong color",
"type": "CANCELLED"
}
]
},
"scanEvents": [
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "OFD",
"eventDescription": "Arrived at facility",
"eventType": "AR",
"exceptionCode": "C99",
"exceptionDescription": "Delayed by weather",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "East Giannibury",
"countryCode": "BH",
"countryName": "Somalia",
"postalCode": "79458-8848",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "OFD",
"eventDescription": "Delivered",
"eventType": "PU",
"exceptionCode": "C99",
"exceptionDescription": "Incorrect address",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "South Sofia",
"countryCode": "MH",
"countryName": "Norway",
"postalCode": "59898-9012",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
}
],
"serviceCommitMessage": {
"message": "Scheduled for delivery tomorrow.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Freight Economy",
"shortDescription": "FL",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "4",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "87sDuH",
"partNumber": "5SuIAY",
"receivedQuantity": "8"
},
{
"description": "buttons",
"itemNumber": "MBH5kx",
"partNumber": "qd3CYo",
"receivedQuantity": "7"
},
{
"description": "buttons",
"itemNumber": "8uQZp6",
"partNumber": "zieShD",
"receivedQuantity": "8"
},
{
"description": "electronics",
"itemNumber": "dWHUW9",
"partNumber": "Ei7Frv",
"receivedQuantity": "4"
},
{
"description": "electronics",
"itemNumber": "QNKbUM",
"partNumber": "RLvKOu",
"receivedQuantity": "6"
}
],
"splitShipments": [
{
"pieceCount": "9",
"statusCode": "t6ud",
"statusDescription": "Pending",
"timestamp": "2026-06-29T00:00:00.0Z"
},
{
"pieceCount": "8",
"statusCode": "jrWo",
"statusDescription": "In transit",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "0",
"statusCode": "uVwf",
"statusDescription": "Complete",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "9",
"statusCode": "y1wU",
"statusDescription": "In transit",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "2",
"statusCode": "fodA",
"statusDescription": "Pending",
"timestamp": "2026-07-01T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "2"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "UNKNOWN",
"city": "East Lomaboro",
"countryCode": "TV",
"countryName": "Cyprus",
"postalCode": "61612",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "COLLECT",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "HOLD_AT_LOCATION"
},
{
"description": "Hold at location",
"paymentType": "OTHER",
"type": "HOLD_AT_LOCATION"
}
],
"standardTransitTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "7",
"trackingNumberUniqueId": "112233~445566778899~FDRG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Elegant",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Fragile"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "9",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 14,
"reasonDetail": {
"description": "Capacity limit",
"type": "REJECTED"
},
"timeStamp": "2025-07-09T00:00:00.0Z"
},
{
"consolidationID": "5",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 37,
"reasonDetail": {
"description": "Wrong color",
"type": "DELIVERED"
},
"timeStamp": "2025-08-31T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 1,
"reasonDetail": {
"description": "Documentation missing",
"type": "DELIVERED"
},
"timeStamp": "2025-09-23T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 25,
"reasonDetail": {
"description": "Customer request",
"type": "EXCEPTION"
},
"timeStamp": "2025-12-17T00:00:00.0Z"
},
{
"consolidationID": "6",
"eventType": "PACKAGE_EXCLUDED_FROM_CONSOLIDATION",
"packageCount": 22,
"reasonDetail": {
"description": "Damaged item",
"type": "DELIVERED"
},
"timeStamp": "2025-09-01T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-08-15T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-01-20T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-09-11T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-12-21T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "BUSINESS",
"city": "Pearlieland",
"countryCode": "KH",
"countryName": "Germany",
"postalCode": "74477-3175",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "0",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "LOCAL",
"destinationServiceAreaDescription": "Appointment Required",
"locationDescription": "Neighbor",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Rodolfo Satterfield",
"signedByName": "Alejandro Upton"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "South Cathymouth",
"countryCode": "HU",
"countryName": "Turkmenistan",
"postalCode": "05983-6835",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "DEN",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 4373.45
},
"error": {
"code": "INVALID.TRACKING.NUMBER",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "GIm4j",
"value": "ve7feDDW"
},
{
"key": "tFEYW",
"value": "i4ca6ghp"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "8dpCw3",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "New Gailstead",
"countryCode": "SI",
"countryName": "Afghanistan",
"postalCode": "64029-6999",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Restricted delivery"
},
{
"code": "REFRIGERATED_STORAGE",
"description": "Restricted delivery"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "MIXED",
"city": "Carolina",
"countryCode": "GI",
"countryName": "United States of America",
"postalCode": "47888-3209",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://vivid-metabolite.info/",
"actionDescription": "Contact support",
"reason": "15",
"reasonDescription": "Customer not available or business closed"
},
{
"action": "https://dirty-tribe.net/",
"actionDescription": "Customer not Available or Business Closed",
"reason": "02",
"reasonDescription": "Customer not available or business closed"
}
],
"code": "OC",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "HL",
"description": "In transit",
"scanLocation": {
"addressClassification": "MIXED",
"city": "West Cali",
"countryCode": "CL",
"countryName": "Jordan",
"postalCode": "36828",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "8",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "Shaniaside",
"countryCode": "HM",
"countryName": "Kiribati",
"postalCode": "13799",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX"
},
"packageDetails": {
"contentPieceCount": "6",
"count": "6",
"declaredValue": {
"currency": "SCR",
"value": 709.25
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Envelope",
"type": "FEDEX_ENVELOPE"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "5",
"undeliveredCount": "9",
"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": "7"
},
{
"unit": "LB",
"value": "8"
}
]
}
},
"pieceCounts": [
{
"count": "9",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "9",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "5",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "5",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Documentation missing",
"type": "EXCEPTION"
},
"recipientInformation": {
"address": {
"addressClassification": "UNKNOWN",
"city": "New Monserratefield",
"countryCode": "GF",
"countryName": "Saint Pierre and Miquelon",
"postalCode": "55750",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Lawrence Lehner MD",
"reasonDetail": [
{
"description": "Incorrect address",
"type": "HELD"
},
{
"description": "Incorrect address",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-06-28T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "AR",
"eventDescription": "Arrived at facility",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "Delayed by weather",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Bethhaven",
"countryCode": "MK",
"countryName": "Israel",
"postalCode": "86034",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "AR",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Fort Marion",
"countryCode": "EG",
"countryName": "Samoa",
"postalCode": "53684-3368",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-28T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "OFD",
"eventDescription": "Delivered",
"eventType": "PU",
"exceptionCode": "C99",
"exceptionDescription": "Delayed by weather",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Brooklyn Park",
"countryCode": "GB",
"countryName": "Libyan Arab Jamahiriya",
"postalCode": "15142-5398",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date available at this time.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Home Delivery",
"shortDescription": "GR",
"type": "FEDEX_PRIORITY_OVERNIGHT"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "6",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "Ajcsne",
"partNumber": "ESNuT4",
"receivedQuantity": "4"
},
{
"description": "buttons",
"itemNumber": "ZRO5cr",
"partNumber": "SzuUnE",
"receivedQuantity": "0"
}
],
"splitShipments": [
{
"pieceCount": "3",
"statusCode": "5IcT",
"statusDescription": "In transit",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "1",
"statusCode": "Oi6B",
"statusDescription": "Complete",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "3"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "UNKNOWN",
"city": "West Zackeryland",
"countryCode": "NZ",
"countryName": "Barbados",
"postalCode": "44115-1055",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Appointment required",
"paymentType": "OTHER",
"type": "APPOINTMENT"
}
],
"standardTransitTimeWindow": {
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "6",
"trackingNumberUniqueId": "112233~445566778899~FDRG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Unbranded",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Keep dry"
},
"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": "8",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 38,
"reasonDetail": {
"description": "Capacity limit",
"type": "CANCELLED"
},
"timeStamp": "2026-05-03T00:00:00.0Z"
},
{
"consolidationID": "3",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 22,
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"timeStamp": "2025-11-03T00:00:00.0Z"
},
{
"consolidationID": "5",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 43,
"reasonDetail": {
"description": "Customer request",
"type": "HELD"
},
"timeStamp": "2026-03-05T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-04-07T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "REQUESTED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-03-25T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "RESIDENTIAL",
"city": "Henderson",
"countryCode": "NF",
"countryName": "Bouvet Island",
"postalCode": "49601",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "2",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "LOCAL",
"destinationServiceAreaDescription": "Rush delivery",
"locationDescription": "Receptionist/Front Desk",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Irving Konopelski",
"signedByName": "Ms. Shannon Rodriguez"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "South Quentinburgh",
"countryCode": "GW",
"countryName": "United States of America",
"postalCode": "92005-5102",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 1850.43
},
"error": {
"code": "INVALID.TRACKING.NUMBER",
"message": "Invalid tracking number format.",
"parameterList": [
{
"key": "sEq5x",
"value": "XOEcDKQo"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
"goodsClassificationCode": "GpKLHn",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "South Casimir",
"countryCode": "IS",
"countryName": "Brunei Darussalam",
"postalCode": "17309",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "REFRIGERATED_STORAGE",
"description": "this is an informational message"
},
{
"code": "SIGNATURE_REQUIRED",
"description": "this is an informational message"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "MIXED",
"city": "St. Joseph",
"countryCode": "AG",
"countryName": "Serbia",
"postalCode": "78569-0705",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://devoted-birth.name/",
"actionDescription": "Schedule redelivery",
"reason": "84",
"reasonDescription": "Package delivered to recipient address - release authorized"
}
],
"code": "DE",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "In transit",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "West Zachary",
"countryCode": "MF",
"countryName": "Virgin Islands, British",
"postalCode": "70145-9556",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "On hold"
},
"meterNumber": "6",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Dickiville",
"countryCode": "MA",
"countryName": "Croatia",
"postalCode": "14005",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK"
},
"packageDetails": {
"contentPieceCount": "5",
"count": "1",
"declaredValue": {
"currency": "MKD",
"value": 20.98
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_BOX"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "0",
"undeliveredCount": "6",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "8"
}
]
}
},
"pieceCounts": [
{
"count": "5",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Wrong color",
"type": "DELIVERED"
},
"recipientInformation": {
"address": {
"addressClassification": "MIXED",
"city": "Mariahworth",
"countryCode": "CZ",
"countryName": "Macao",
"postalCode": "59650",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Dr. Margarita Windler",
"reasonDetail": [
{
"description": "Service disruption",
"type": "CANCELLED"
}
]
},
"scanEvents": [
{
"date": "2026-06-28T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "AR",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "B10",
"exceptionDescription": "Delayed by weather",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Enid",
"countryCode": "BO",
"countryName": "Tanzania",
"postalCode": "17315",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "OFD",
"eventDescription": "Arrived at facility",
"eventType": "OFD",
"exceptionCode": "A25",
"exceptionDescription": "Incorrect address",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Adityafurt",
"countryCode": "PL",
"countryName": "Germany",
"postalCode": "29964-2935",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "DL",
"eventDescription": "Delivered",
"eventType": "AR",
"exceptionCode": "C99",
"exceptionDescription": "Incorrect address",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "Ortizburgh",
"countryCode": "MP",
"countryName": "South Africa",
"postalCode": "77917-5113",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "OFD",
"eventDescription": "Out for delivery",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "Delayed by weather",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "West Pierrecester",
"countryCode": "IM",
"countryName": "Bonaire, Sint Eustatius and Saba",
"postalCode": "91295",
"residential": false,
"stateOrProvinceCode": "NY",
"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": "PO",
"type": "FEDEX_EXPRESS_SAVER"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "0",
"contents": [
{
"description": "electronics",
"itemNumber": "R7W8xC",
"partNumber": "p2eyUe",
"receivedQuantity": "7"
},
{
"description": "polyurethane rope",
"itemNumber": "vZwlem",
"partNumber": "kX7ubx",
"receivedQuantity": "7"
},
{
"description": "polyurethane rope",
"itemNumber": "rnHkeD",
"partNumber": "n1KCX6",
"receivedQuantity": "1"
},
{
"description": "electronics",
"itemNumber": "54GOcQ",
"partNumber": "czBEJa",
"receivedQuantity": "4"
}
],
"splitShipments": [
{
"pieceCount": "2",
"statusCode": "iFfl",
"statusDescription": "In transit",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "9"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Rutherfordport",
"countryCode": "SI",
"countryName": "Wallis and Futuna",
"postalCode": "60403-4975",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Appointment required",
"paymentType": "COLLECT",
"type": "HOLD_AT_LOCATION"
},
{
"description": "Hold at location",
"paymentType": "PREPAID",
"type": "APPOINTMENT"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "HOLD_AT_LOCATION"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "APPOINTMENT"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "HOLD_AT_LOCATION"
}
],
"standardTransitTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "8",
"trackingNumberUniqueId": "112233~445566778899~FDRG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Intelligent",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Do not stack"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "4",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 28,
"reasonDetail": {
"description": "Capacity limit",
"type": "EXCEPTION"
},
"timeStamp": "2026-03-24T00:00:00.0Z"
},
{
"consolidationID": "4",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 4,
"reasonDetail": {
"description": "Capacity limit",
"type": "DELIVERED"
},
"timeStamp": "2026-04-11T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-03-18T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-06-13T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-12-17T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-11-06T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-05-18T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "BUSINESS",
"city": "North Kelli",
"countryCode": "UY",
"countryName": "Uruguay",
"postalCode": "89288",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "0",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "LOCAL",
"destinationServiceAreaDescription": "Rush delivery",
"locationDescription": "Garage",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Joanne Auer",
"signedByName": "Margie Mante"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "MIXED",
"city": "Lupebury",
"countryCode": "WS",
"countryName": "Mayotte",
"postalCode": "66499-4306",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 1150.24
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "VlMxQ",
"value": "mmzX4zsT"
},
{
"key": "5lihg",
"value": "ZeS7rM3A"
},
{
"key": "qJco7",
"value": "BNTnTNCU"
},
{
"key": "NOseC",
"value": "DEaYB1e0"
},
{
"key": "fdwP8",
"value": "gKyU0gal"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
"goodsClassificationCode": "fjUR45",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Bartholomeberg",
"countryCode": "FJ",
"countryName": "Ghana",
"postalCode": "49337-2529",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Customs documents required"
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Customs documents required"
},
{
"code": "REFRIGERATED_STORAGE",
"description": "this is an informational message"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "UNKNOWN",
"city": "East Janehaven",
"countryCode": "KY",
"countryName": "Czechia",
"postalCode": "23150",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://impossible-adult.biz/",
"actionDescription": "Contact support",
"reason": "84",
"reasonDescription": "Customer not available or business closed"
},
{
"action": "https://noxious-subsidy.net/",
"actionDescription": "Schedule redelivery",
"reason": "15",
"reasonDescription": "Package delivered to recipient address - release authorized"
},
{
"action": "https://elegant-graffiti.name/",
"actionDescription": "Contact support",
"reason": "15",
"reasonDescription": "Customer not available or business closed"
},
{
"action": "https://formal-bonfire.biz/",
"actionDescription": "Contact support",
"reason": "015A",
"reasonDescription": "Customer not available or business closed"
},
{
"action": "https://tidy-monasticism.name",
"actionDescription": "Schedule redelivery",
"reason": "15",
"reasonDescription": "Local delivery restriction"
}
],
"code": "OC",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "OC",
"description": "Picked up",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "North Las Vegas",
"countryCode": "BW",
"countryName": "Kenya",
"postalCode": "03916-4191",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "1",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "East Schuylerside",
"countryCode": "UZ",
"countryName": "Kiribati",
"postalCode": "24262",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK"
},
"packageDetails": {
"contentPieceCount": "1",
"count": "8",
"declaredValue": {
"currency": "BZD",
"value": 301.28
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Envelope",
"type": "FEDEX_BOX"
},
"physicalPackagingType": "TUBE",
"sequenceNumber": "3",
"undeliveredCount": "7",
"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": "8"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "8"
}
]
}
},
"pieceCounts": [
{
"count": "4",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "7",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "3",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "6",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "8",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Safety hold",
"type": "CANCELLED"
},
"recipientInformation": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Port Shyannefield",
"countryCode": "SD",
"countryName": "Turks and Caicos Islands",
"postalCode": "49335-6086",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Shaun Marquardt",
"reasonDetail": [
{
"description": "Customs delay",
"type": "DELIVERED"
},
{
"description": "Incorrect address",
"type": "HELD"
},
{
"description": "Weight mismatch",
"type": "REJECTED"
},
{
"description": "Customer request",
"type": "CANCELLED"
}
]
},
"scanEvents": [
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "OFD",
"eventDescription": "Out for delivery",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Wallaceshire",
"countryCode": "ID",
"countryName": "Sudan",
"postalCode": "47502-6930",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "Arrived at facility",
"eventType": "DL",
"exceptionCode": "B10",
"exceptionDescription": "Delayed by weather",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "North Clemensshire",
"countryCode": "TN",
"countryName": "Madagascar",
"postalCode": "91088-7156",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-28T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "Out for delivery",
"eventType": "OFD",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Port Thad",
"countryCode": "CX",
"countryName": "Chad",
"postalCode": "22032",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "PU",
"eventDescription": "Delivered",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Delayed by weather",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "South Martinshire",
"countryCode": "LR",
"countryName": "Macao",
"postalCode": "92979",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "AR",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Lake Destineetown",
"countryCode": "NZ",
"countryName": "South Sudan",
"postalCode": "70866",
"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": "ES",
"type": "FEDEX_2DAY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "8",
"contents": [
{
"description": "electronics",
"itemNumber": "MZEV6w",
"partNumber": "vqo3E4",
"receivedQuantity": "3"
},
{
"description": "polyurethane rope",
"itemNumber": "Ehps8T",
"partNumber": "QROKnm",
"receivedQuantity": "2"
},
{
"description": "electronics",
"itemNumber": "PKVhJX",
"partNumber": "bbBhC7",
"receivedQuantity": "3"
},
{
"description": "polyurethane rope",
"itemNumber": "HWroWH",
"partNumber": "fO8a3K",
"receivedQuantity": "5"
}
],
"splitShipments": [
{
"pieceCount": "4",
"statusCode": "egP8",
"statusDescription": "Complete",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "2",
"statusCode": "bNCe",
"statusDescription": "Complete",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "4"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "UNKNOWN",
"city": "East Ahmed",
"countryCode": "MO",
"countryName": "Democratic Republic of the Congo",
"postalCode": "62888",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Appointment required",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "COLLECT",
"type": "HOLD_AT_LOCATION"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "HOLD_AT_LOCATION"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "5",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Ergonomic",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Leave at front door"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "2",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 27,
"reasonDetail": {
"description": "Incorrect address",
"type": "REJECTED"
},
"timeStamp": "2025-10-03T00:00:00.0Z"
},
{
"consolidationID": "6",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 27,
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"timeStamp": "2025-09-09T00:00:00.0Z"
},
{
"consolidationID": "4",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 13,
"reasonDetail": {
"description": "Customer request",
"type": "CANCELLED"
},
"timeStamp": "2025-12-14T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-08-31T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-03-12T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2027-03-19T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2026-08-23T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-08-13T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-12-13T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "UNKNOWN",
"city": "Nienowhaven",
"countryCode": "NO",
"countryName": "Italy",
"postalCode": "96157-1280",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "2",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "REGIONAL",
"destinationServiceAreaDescription": "Rush delivery",
"locationDescription": "Receptionist/Front Desk",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Arnold Haag",
"signedByName": "Ms. Paulette Grimes"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "Kautzerstad",
"countryCode": "SE",
"countryName": "Taiwan",
"postalCode": "90005",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "DEN",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 2717.03
},
"error": {
"code": "SERVER.ERROR",
"message": "Invalid tracking number format.",
"parameterList": [
{
"key": "Loqw0",
"value": "NZADod7L"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
"goodsClassificationCode": "OSEUEG",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Kutchville",
"countryCode": "MC",
"countryName": "Togo",
"postalCode": "76441",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ATL",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "this is an informational message"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "RESIDENTIAL",
"city": "Robbcester",
"countryCode": "PE",
"countryName": "Kiribati",
"postalCode": "04212-1872",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://similar-decryption.info/",
"actionDescription": "Schedule redelivery",
"reason": "15",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://utilized-sunbeam.info",
"actionDescription": "Schedule redelivery",
"reason": "84",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://delicious-arcade.net",
"actionDescription": "Schedule redelivery",
"reason": "015A",
"reasonDescription": "Customer not available or business closed"
},
{
"action": "https://crushing-mozzarella.org/",
"actionDescription": "Customer not Available or Business Closed",
"reason": "15",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://ecstatic-gerbil.info",
"actionDescription": "Schedule redelivery",
"reason": "02",
"reasonDescription": "Customer not available or business closed"
}
],
"code": "DE",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DP",
"description": "On hold",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "La Crosse",
"countryCode": "TT",
"countryName": "Central African Republic",
"postalCode": "50561-5175",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "In transit"
},
"meterNumber": "1",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "Sawaynview",
"countryCode": "PM",
"countryName": "Malaysia",
"postalCode": "15450-5550",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX"
},
"packageDetails": {
"contentPieceCount": "6",
"count": "3",
"declaredValue": {
"currency": "LBP",
"value": 259.33
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BOX",
"sequenceNumber": "0",
"undeliveredCount": "0",
"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
}
],
"weight": [
{
"unit": "LB",
"value": "9"
},
{
"unit": "LB",
"value": "1"
}
]
}
},
"pieceCounts": [
{
"count": "3",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "8",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "2",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "6",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Customer request",
"type": "CANCELLED"
},
"recipientInformation": {
"address": {
"addressClassification": "MIXED",
"city": "Hoegerboro",
"countryCode": "AX",
"countryName": "Lithuania",
"postalCode": "39675-3477",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Ms. Ana Conn",
"reasonDetail": [
{
"description": "Documentation missing",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-06-27T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "AR",
"eventDescription": "Arrived at facility",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Lake Torreyboro",
"countryCode": "PE",
"countryName": "Iceland",
"postalCode": "08315-5497",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date available at this time.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx First Overnight",
"shortDescription": "FO",
"type": "FEDEX_FIRST_OVERNIGHT"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "6",
"contents": [
{
"description": "buttons",
"itemNumber": "mP31sU",
"partNumber": "EKZalj",
"receivedQuantity": "2"
},
{
"description": "polyurethane rope",
"itemNumber": "0rnIfv",
"partNumber": "klVO9g",
"receivedQuantity": "0"
},
{
"description": "buttons",
"itemNumber": "jTLISe",
"partNumber": "wmQdXX",
"receivedQuantity": "8"
}
],
"splitShipments": [
{
"pieceCount": "3",
"statusCode": "q3Dr",
"statusDescription": "Complete",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "8",
"statusCode": "Uaeb",
"statusDescription": "In transit",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "4",
"statusCode": "asJB",
"statusDescription": "In transit",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "8"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Gracielachester",
"countryCode": "UG",
"countryName": "Saint Pierre and Miquelon",
"postalCode": "36161-9775",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "APPOINTMENT"
},
{
"description": "Appointment required",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "0",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
}
]
},
{
"trackingNumber": "6",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Bespoke",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"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": "6",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 45,
"reasonDetail": {
"description": "Wrong color",
"type": "HELD"
},
"timeStamp": "2025-08-17T00:00:00.0Z"
},
{
"consolidationID": "7",
"eventType": "PACKAGE_EXCLUDED_FROM_CONSOLIDATION",
"packageCount": 32,
"reasonDetail": {
"description": "Safety hold",
"type": "EXCEPTION"
},
"timeStamp": "2025-08-27T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 29,
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"timeStamp": "2025-08-07T00:00:00.0Z"
},
{
"consolidationID": "9",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 39,
"reasonDetail": {
"description": "Capacity limit",
"type": "REJECTED"
},
"timeStamp": "2026-05-16T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2026-11-16T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2027-03-20T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-12-30T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-03-13T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-07-17T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-02-14T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-02-13T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-07-13T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "MIXED",
"city": "Perris",
"countryCode": "AI",
"countryName": "Algeria",
"postalCode": "74351",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "2",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "LOCAL",
"destinationServiceAreaDescription": "Appointment Required",
"locationDescription": "Receptionist/Front Desk",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Wade Graham",
"signedByName": "Nora Luettgen"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Kaileyport",
"countryCode": "NI",
"countryName": "Indonesia",
"postalCode": "94975-0618",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "DFW",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 1316.82
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Internal system error.",
"parameterList": [
{
"key": "ZaqmN",
"value": "gIVheBu2"
},
{
"key": "xvWG7",
"value": "vFDBQChF"
},
{
"key": "kMsQl",
"value": "ORQ6fPMW"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "7LwTBt",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "New Cecilia",
"countryCode": "AW",
"countryName": "Egypt",
"postalCode": "52212",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "REFRIGERATED_STORAGE",
"description": "this is an informational message"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "MIXED",
"city": "Lodi",
"countryCode": "GL",
"countryName": "Wallis and Futuna",
"postalCode": "84402",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://brown-rim.com",
"actionDescription": "Contact support",
"reason": "15",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://granular-instance.org/",
"actionDescription": "Customer not Available or Business Closed",
"reason": "15",
"reasonDescription": "Package delivered to recipient address - release authorized"
},
{
"action": "https://unlawful-ownership.com",
"actionDescription": "Customer not Available or Business Closed",
"reason": "IN001",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://immaculate-premeditation.com/",
"actionDescription": "Contact support",
"reason": "15",
"reasonDescription": "Package delivered to recipient address - release authorized"
},
{
"action": "https://regular-detective.info",
"actionDescription": "Schedule redelivery",
"reason": "02",
"reasonDescription": "Customer not available or business closed"
}
],
"code": "DP",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "HL",
"description": "In transit",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "College Station",
"countryCode": "CF",
"countryName": "Lebanon",
"postalCode": "58771",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "On hold"
},
"meterNumber": "5",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "New Geovannifort",
"countryCode": "YT",
"countryName": "El Salvador",
"postalCode": "81704-0858",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK"
},
"packageDetails": {
"contentPieceCount": "0",
"count": "2",
"declaredValue": {
"currency": "MMK",
"value": 509.86
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_BOX"
},
"physicalPackagingType": "TUBE",
"sequenceNumber": "4",
"undeliveredCount": "0",
"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": "0"
},
{
"unit": "LB",
"value": "1"
}
]
}
},
"pieceCounts": [
{
"count": "7",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "3",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "5",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Customer request",
"type": "CANCELLED"
},
"recipientInformation": {
"address": {
"addressClassification": "BUSINESS",
"city": "New Coleman",
"countryCode": "PT",
"countryName": "Tuvalu",
"postalCode": "03950",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Grady Hessel",
"reasonDetail": [
{
"description": "Capacity limit",
"type": "EXCEPTION"
},
{
"description": "Customs delay",
"type": "EXCEPTION"
},
{
"description": "Customs delay",
"type": "HELD"
},
{
"description": "Customs delay",
"type": "CANCELLED"
},
{
"description": "Weight mismatch",
"type": "DELIVERED"
}
]
},
"scanEvents": [
{
"date": "2026-06-28T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "OFD",
"eventDescription": "Arrived at facility",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Port Keegan",
"countryCode": "US",
"countryName": "Tanzania",
"postalCode": "13602",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-28T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "DL",
"eventDescription": "Out for delivery",
"eventType": "OFD",
"exceptionCode": "C99",
"exceptionDescription": "Delayed by weather",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Abrahamborough",
"countryCode": "CX",
"countryName": "Andorra",
"postalCode": "79713",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "OFD",
"eventDescription": "Out for delivery",
"eventType": "OFD",
"exceptionCode": "A25",
"exceptionDescription": "Incorrect address",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Denesikberg",
"countryCode": "LB",
"countryName": "Bulgaria",
"postalCode": "74511",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-29T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "OFD",
"eventDescription": "Delivered",
"eventType": "DL",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Lombard",
"countryCode": "JE",
"countryName": "Tajikistan",
"postalCode": "63309",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date available at this time.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Express Saver",
"shortDescription": "GR",
"type": "FEDEX_EXPRESS_SAVER"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "4",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "63Vci9",
"partNumber": "Ei9VLJ",
"receivedQuantity": "0"
},
{
"description": "polyurethane rope",
"itemNumber": "MTORQ2",
"partNumber": "xkyfkS",
"receivedQuantity": "3"
},
{
"description": "polyurethane rope",
"itemNumber": "OfxALb",
"partNumber": "ixRDiQ",
"receivedQuantity": "7"
}
],
"splitShipments": [
{
"pieceCount": "9",
"statusCode": "GRhm",
"statusDescription": "In transit",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "2",
"statusCode": "hcjP",
"statusDescription": "Pending",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "9"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "West Verlaview",
"countryCode": "NC",
"countryName": "China",
"postalCode": "74990",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Hold at location",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "8",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Electronic",
"packageIdentifiers": [
{
"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"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "6",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 2,
"reasonDetail": {
"description": "Customer request",
"type": "CANCELLED"
},
"timeStamp": "2025-07-15T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-02-19T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-04-29T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-02-27T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-11-19T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2027-06-29T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
}
]
},
"status": "REQUESTED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-02-20T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "BUSINESS",
"city": "Eldoncester",
"countryCode": "NU",
"countryName": "Burkina Faso",
"postalCode": "08964-6768",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "2",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "REGIONAL",
"destinationServiceAreaDescription": "Standard delivery",
"locationDescription": "Receptionist/Front Desk",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Tami Mitchell",
"signedByName": "Brandi Simonis"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "New Drewville",
"countryCode": "EE",
"countryName": "American Samoa",
"postalCode": "23568-0984",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 4286.11
},
"error": {
"code": "SERVER.ERROR",
"message": "Invalid tracking number format.",
"parameterList": [
{
"key": "HnyBI",
"value": "NdklWs60"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "oSAsxI",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "MIXED",
"city": "South Hailey",
"countryCode": "TG",
"countryName": "Aland Islands",
"postalCode": "86195-4932",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ATL",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "REFRIGERATED_STORAGE",
"description": "Customs documents required"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Customs documents required"
},
{
"code": "REFRIGERATED_STORAGE",
"description": "Restricted delivery"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "UNKNOWN",
"city": "Rodriguezfield",
"countryCode": "CL",
"countryName": "Kuwait",
"postalCode": "02113",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://rare-zen.org",
"actionDescription": "Schedule redelivery",
"reason": "015A",
"reasonDescription": "Local delivery restriction"
}
],
"code": "DP",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "OC",
"description": "On hold",
"scanLocation": {
"addressClassification": "MIXED",
"city": "West Mikel",
"countryCode": "DO",
"countryName": "Ecuador",
"postalCode": "09405-0746",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "On hold"
},
"meterNumber": "1",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "Hintzstad",
"countryCode": "UM",
"countryName": "South Africa",
"postalCode": "85561",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK"
},
"packageDetails": {
"contentPieceCount": "6",
"count": "7",
"declaredValue": {
"currency": "RSD",
"value": 366.8
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_ENVELOPE"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "6",
"undeliveredCount": "9",
"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": "7"
},
{
"unit": "LB",
"value": "0"
}
]
}
},
"pieceCounts": [
{
"count": "1",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "2",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Customer request",
"type": "EXCEPTION"
},
"recipientInformation": {
"address": {
"addressClassification": "MIXED",
"city": "Paucektown",
"countryCode": "TF",
"countryName": "Latvia",
"postalCode": "29604-4888",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Kathy Runolfsson",
"reasonDetail": [
{
"description": "Customer request",
"type": "CANCELLED"
},
{
"description": "Service disruption",
"type": "REJECTED"
},
{
"description": "Service disruption",
"type": "DELIVERED"
},
{
"description": "Weight mismatch",
"type": "HELD"
},
{
"description": "Wrong color",
"type": "HELD"
}
]
},
"scanEvents": [
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "DL",
"eventDescription": "Arrived at facility",
"eventType": "OFD",
"exceptionCode": "C99",
"exceptionDescription": "Package available for clearance",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Fort Caylaport",
"countryCode": "CG",
"countryName": "Turkmenistan",
"postalCode": "98677-7130",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-28T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DL",
"eventDescription": "Delivered",
"eventType": "DL",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Schmittworth",
"countryCode": "VE",
"countryName": "Sao Tome and Principe",
"postalCode": "71803",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-27T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "OFD",
"eventDescription": "Delivered",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "Delayed by weather",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Koleboro",
"countryCode": "HM",
"countryName": "Gambia",
"postalCode": "94603-6977",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-27T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "PU",
"eventDescription": "Arrived at facility",
"eventType": "PU",
"exceptionCode": "C99",
"exceptionDescription": "Package available for clearance",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "North Graciefurt",
"countryCode": "HU",
"countryName": "Singapore",
"postalCode": "94584-4642",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-29T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "OFD",
"eventDescription": "Arrived at facility",
"eventType": "PU",
"exceptionCode": "C99",
"exceptionDescription": "Delayed by weather",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "East Tatumview",
"countryCode": "MV",
"countryName": "Kiribati",
"postalCode": "07742",
"residential": false,
"stateOrProvinceCode": "NY",
"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": "PO",
"type": "FEDEX_2DAY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "2",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "8LfAO2",
"partNumber": "CS4bVX",
"receivedQuantity": "4"
},
{
"description": "buttons",
"itemNumber": "NBlI6r",
"partNumber": "mqXY9Y",
"receivedQuantity": "8"
},
{
"description": "electronics",
"itemNumber": "BSbyqF",
"partNumber": "HWeRjh",
"receivedQuantity": "2"
},
{
"description": "buttons",
"itemNumber": "l5hKdN",
"partNumber": "wbhqeB",
"receivedQuantity": "7"
}
],
"splitShipments": [
{
"pieceCount": "8",
"statusCode": "80cK",
"statusDescription": "In transit",
"timestamp": "2026-06-29T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "2"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "MIXED",
"city": "Wittingstead",
"countryCode": "SI",
"countryName": "Georgia",
"postalCode": "55021-6524",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "COLLECT",
"type": "APPOINTMENT"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "HOLD_AT_LOCATION"
},
{
"description": "Hold at location",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Hold at location",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "APPOINTMENT"
}
],
"standardTransitTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "5",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Tasty",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"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": "8",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 21,
"reasonDetail": {
"description": "Wrong color",
"type": "HELD"
},
"timeStamp": "2026-03-09T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2027-07-01T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-05-21T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-12-03T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "UNKNOWN",
"city": "East Kayli",
"countryCode": "KR",
"countryName": "Ireland",
"postalCode": "09150-2618",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "0",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "LOCAL",
"destinationServiceAreaDescription": "Standard delivery",
"locationDescription": "Garage",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Enrique Miller",
"signedByName": "Jana Wiegand"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "MIXED",
"city": "Heaneyland",
"countryCode": "LS",
"countryName": "Pakistan",
"postalCode": "81849",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "DFW",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 2343
},
"error": {
"code": "SERVER.ERROR",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "y8Vtu",
"value": "QIN5QeZT"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "v3p00k",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "New Duncan",
"countryCode": "HK",
"countryName": "Madagascar",
"postalCode": "76920",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "MIA",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Customs documents required"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "UNKNOWN",
"city": "Skilesville",
"countryCode": "KH",
"countryName": "Bhutan",
"postalCode": "53668-2577",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://tedious-juggernaut.com",
"actionDescription": "Contact support",
"reason": "15",
"reasonDescription": "Customer not available or business closed"
},
{
"action": "https://aggressive-peony.biz",
"actionDescription": "Schedule redelivery",
"reason": "15",
"reasonDescription": "Customer not available or business closed"
}
],
"code": "DE",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "In transit",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Irwinshire",
"countryCode": "GG",
"countryName": "Republic of Korea",
"postalCode": "72095",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "1",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "Daviston",
"countryCode": "VN",
"countryName": "Democratic Republic of the Congo",
"postalCode": "68118-0562",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX"
},
"packageDetails": {
"contentPieceCount": "7",
"count": "2",
"declaredValue": {
"currency": "CUP",
"value": 778.13
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_BOX"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "3",
"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": "8"
}
]
}
},
"pieceCounts": [
{
"count": "8",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Customs delay",
"type": "HELD"
},
"recipientInformation": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "New Samson",
"countryCode": "TZ",
"countryName": "Turkmenistan",
"postalCode": "71774",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Dale Lehner",
"reasonDetail": [
{
"description": "Service disruption",
"type": "DELIVERED"
},
{
"description": "Documentation missing",
"type": "REJECTED"
},
{
"description": "Incorrect address",
"type": "CANCELLED"
},
{
"description": "Damaged item",
"type": "EXCEPTION"
}
]
},
"scanEvents": [
{
"date": "2026-06-29T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "AR",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Fort Jeradport",
"countryCode": "RS",
"countryName": "Guernsey",
"postalCode": "15415",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "AR",
"eventDescription": "Arrived at facility",
"eventType": "AR",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Port Linaborough",
"countryCode": "RE",
"countryName": "Liberia",
"postalCode": "15974",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-27T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "AR",
"eventDescription": "Arrived at facility",
"eventType": "DL",
"exceptionCode": "A25",
"exceptionDescription": "Incorrect address",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Lake Chesley",
"countryCode": "ID",
"countryName": "Haiti",
"postalCode": "68715-8155",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-29T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "OFD",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "North Sigurd",
"countryCode": "SM",
"countryName": "United States of America",
"postalCode": "23991",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "Delivered",
"eventType": "PU",
"exceptionCode": "C99",
"exceptionDescription": "Delayed by weather",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Huntington Park",
"countryCode": "IR",
"countryName": "Slovenia",
"postalCode": "93264",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
}
],
"serviceCommitMessage": {
"message": "Delayed due to weather.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Freight Economy",
"shortDescription": "FO",
"type": "FEDEX_PRIORITY_OVERNIGHT"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "2",
"contents": [
{
"description": "buttons",
"itemNumber": "cfFmbb",
"partNumber": "ockAZ4",
"receivedQuantity": "7"
},
{
"description": "polyurethane rope",
"itemNumber": "JUeEUx",
"partNumber": "ZKis7V",
"receivedQuantity": "3"
},
{
"description": "buttons",
"itemNumber": "KNLC7I",
"partNumber": "Lr9uAk",
"receivedQuantity": "8"
},
{
"description": "polyurethane rope",
"itemNumber": "xfyroo",
"partNumber": "rkCRe3",
"receivedQuantity": "0"
}
],
"splitShipments": [
{
"pieceCount": "5",
"statusCode": "vFd2",
"statusDescription": "Complete",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "7",
"statusCode": "b2XZ",
"statusDescription": "In transit",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "4"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Fort Jacques",
"countryCode": "JP",
"countryName": "Australia",
"postalCode": "64571",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Appointment required",
"paymentType": "COLLECT",
"type": "APPOINTMENT"
},
{
"description": "Hold at location",
"paymentType": "PREPAID",
"type": "APPOINTMENT"
},
{
"description": "Hold at location",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "APPOINTMENT"
},
{
"description": "Hold at location",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "7",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
}
]
},
{
"trackingNumber": "4",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Intelligent",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Priority shipment"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "6",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 13,
"reasonDetail": {
"description": "Service disruption",
"type": "EXCEPTION"
},
"timeStamp": "2025-09-29T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 21,
"reasonDetail": {
"description": "Service disruption",
"type": "CANCELLED"
},
"timeStamp": "2025-12-25T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-09-02T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "REQUESTED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2027-01-14T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-09-23T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-02-21T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-12-19T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "REQUESTED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-03-20T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-05-06T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "RESIDENTIAL",
"city": "South Carole",
"countryCode": "EC",
"countryName": "Burundi",
"postalCode": "03639",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "1",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "NATIONAL",
"destinationServiceAreaDescription": "Rush delivery",
"locationDescription": "Garage",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Angelo Feeney",
"signedByName": "Miss Joan Hudson"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "MIXED",
"city": "Pedromouth",
"countryCode": "KE",
"countryName": "Saint Kitts and Nevis",
"postalCode": "59936",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 1241.86
},
"error": {
"code": "SERVER.ERROR",
"message": "Internal system error.",
"parameterList": [
{
"key": "3qBrS",
"value": "9pWOepdi"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "voyTEx",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "Hettingerland",
"countryCode": "VN",
"countryName": "Montenegro",
"postalCode": "87907",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Customs documents required"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Restricted delivery"
},
{
"code": "REFRIGERATED_STORAGE",
"description": "Customs documents required"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "this is an informational message"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "MIXED",
"city": "South Jordan",
"countryCode": "ID",
"countryName": "Syrian Arab Republic",
"postalCode": "61748",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://svelte-substitution.com",
"actionDescription": "Customer not Available or Business Closed",
"reason": "84",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://boring-gray.com/",
"actionDescription": "Contact support",
"reason": "02",
"reasonDescription": "Local delivery restriction"
}
],
"code": "OC",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "In transit",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Heaneyview",
"countryCode": "SI",
"countryName": "Algeria",
"postalCode": "87991-4295",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "4",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "MIXED",
"city": "Lake Terence",
"countryCode": "MK",
"countryName": "Maldives",
"postalCode": "60839",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK"
},
"packageDetails": {
"contentPieceCount": "9",
"count": "1",
"declaredValue": {
"currency": "PGK",
"value": 604.43
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Envelope",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BOX",
"sequenceNumber": "1",
"undeliveredCount": "4",
"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": "0"
}
]
}
},
"pieceCounts": [
{
"count": "8",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "9",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "5",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "2",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Weight mismatch",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"addressClassification": "BUSINESS",
"city": "Petaluma",
"countryCode": "JO",
"countryName": "Senegal",
"postalCode": "76228-3124",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Gregg Macejkovic",
"reasonDetail": [
{
"description": "Customs delay",
"type": "HELD"
},
{
"description": "Safety hold",
"type": "CANCELLED"
},
{
"description": "Service disruption",
"type": "CANCELLED"
},
{
"description": "Documentation missing",
"type": "REJECTED"
},
{
"description": "Weight mismatch",
"type": "DELIVERED"
}
]
},
"scanEvents": [
{
"date": "2026-06-27T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "OFD",
"eventDescription": "Out for delivery",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Delayed by weather",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "West Dorris",
"countryCode": "SA",
"countryName": "Russian Federation",
"postalCode": "64445-4743",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "A25",
"exceptionDescription": "Delayed by weather",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Helenacester",
"countryCode": "SC",
"countryName": "Chile",
"postalCode": "35702-4876",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-27T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "PU",
"eventDescription": "Out for delivery",
"eventType": "AR",
"exceptionCode": "A25",
"exceptionDescription": "Incorrect address",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "Fort Aliyah",
"countryCode": "PM",
"countryName": "Senegal",
"postalCode": "52391",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-29T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "AR",
"eventDescription": "Arrived at facility",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Port Shayneshire",
"countryCode": "ME",
"countryName": "Fiji",
"postalCode": "02876",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
}
],
"serviceCommitMessage": {
"message": "Scheduled for delivery tomorrow.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Priority Overnight",
"shortDescription": "ES",
"type": "FEDEX_FIRST_OVERNIGHT"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "6",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "ohp5qj",
"partNumber": "bCGCdr",
"receivedQuantity": "9"
},
{
"description": "electronics",
"itemNumber": "DlXuIj",
"partNumber": "9oRFvx",
"receivedQuantity": "2"
}
],
"splitShipments": [
{
"pieceCount": "0",
"statusCode": "a0A8",
"statusDescription": "Pending",
"timestamp": "2026-07-01T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "8"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Perris",
"countryCode": "NE",
"countryName": "Iran",
"postalCode": "71523-7653",
"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": "PREPAID",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "6",
"trackingNumberUniqueId": "112233~445566778899~FDRG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Refined",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "112233~445566778899~FDRG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Do not stack"
},
"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": "4",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 18,
"reasonDetail": {
"description": "Weight mismatch",
"type": "DELIVERED"
},
"timeStamp": "2026-06-10T00:00:00.0Z"
},
{
"consolidationID": "8",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 26,
"reasonDetail": {
"description": "Service disruption",
"type": "HELD"
},
"timeStamp": "2025-09-19T00:00:00.0Z"
},
{
"consolidationID": "9",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 29,
"reasonDetail": {
"description": "Damaged item",
"type": "REJECTED"
},
"timeStamp": "2026-03-06T00:00:00.0Z"
},
{
"consolidationID": "4",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 1,
"reasonDetail": {
"description": "Weight mismatch",
"type": "REJECTED"
},
"timeStamp": "2025-10-25T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-11-12T00:00:00.0Z",
"window": [
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-04-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-10-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "BUSINESS",
"city": "Amarillo",
"countryCode": "MX",
"countryName": "Sao Tome and Principe",
"postalCode": "39663",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "2",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "REGIONAL",
"destinationServiceAreaDescription": "Appointment Required",
"locationDescription": "Garage",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Leigh Fadel",
"signedByName": "Alan Kovacek"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "UNKNOWN",
"city": "New Antonettaton",
"countryCode": "NA",
"countryName": "Mexico",
"postalCode": "00989-5073",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "DFW",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 188.83
},
"error": {
"code": "INVALID.TRACKING.NUMBER",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "0g4VX",
"value": "NZR5p9jT"
},
{
"key": "eT957",
"value": "VbBxpylA"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "n5hoqr",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "MIXED",
"city": "Joneston",
"countryCode": "BZ",
"countryName": "Croatia",
"postalCode": "76204",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Restricted delivery"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Restricted delivery"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "UNKNOWN",
"city": "Finnfield",
"countryCode": "ML",
"countryName": "Marshall Islands",
"postalCode": "18597",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://cool-patroller.com/",
"actionDescription": "Customer not Available or Business Closed",
"reason": "15",
"reasonDescription": "Customer not available or business closed"
},
{
"action": "https://ethical-couch.info/",
"actionDescription": "Customer not Available or Business Closed",
"reason": "02",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://liquid-reporter.org",
"actionDescription": "Customer not Available or Business Closed",
"reason": "02",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://motionless-litter.name/",
"actionDescription": "Customer not Available or Business Closed",
"reason": "15",
"reasonDescription": "Package delivered to recipient address - release authorized"
}
],
"code": "DP",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DE",
"description": "On hold",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "Lexington-Fayette",
"countryCode": "US",
"countryName": "Ukraine",
"postalCode": "14252",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "In transit"
},
"meterNumber": "5",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "MIXED",
"city": "Turcotteburgh",
"countryCode": "YT",
"countryName": "Mauritius",
"postalCode": "37051-4769",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA"
},
"packageDetails": {
"contentPieceCount": "7",
"count": "1",
"declaredValue": {
"currency": "CDF",
"value": 688.14
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "9",
"undeliveredCount": "9",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "2"
}
]
}
},
"pieceCounts": [
{
"count": "9",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "0",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "7",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Incorrect address",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"addressClassification": "MIXED",
"city": "Kiarashire",
"countryCode": "HU",
"countryName": "Svalbard & Jan Mayen Islands",
"postalCode": "86621-8057",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Rebecca Blanda",
"reasonDetail": [
{
"description": "Safety hold",
"type": "CANCELLED"
},
{
"description": "Wrong color",
"type": "EXCEPTION"
}
]
},
"scanEvents": [
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "OFD",
"eventDescription": "Delivered",
"eventType": "AR",
"exceptionCode": "C99",
"exceptionDescription": "Incorrect address",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "Viviantown",
"countryCode": "VU",
"countryName": "Curacao",
"postalCode": "70002-0799",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-29T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "Package available for clearance",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "North Elsa",
"countryCode": "SV",
"countryName": "Uzbekistan",
"postalCode": "54081-8323",
"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 Ground",
"shortDescription": "FL",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "7",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "6qkPAO",
"partNumber": "klGjLn",
"receivedQuantity": "9"
},
{
"description": "electronics",
"itemNumber": "nRPUes",
"partNumber": "EYBk1j",
"receivedQuantity": "2"
}
],
"splitShipments": [
{
"pieceCount": "2",
"statusCode": "hY7i",
"statusDescription": "In transit",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "7",
"statusCode": "RhEe",
"statusDescription": "In transit",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "9",
"statusCode": "zFUZ",
"statusDescription": "Complete",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "0",
"statusCode": "reKv",
"statusDescription": "Pending",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "0",
"statusCode": "gqFT",
"statusDescription": "In transit",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "1"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Aliyahfort",
"countryCode": "KH",
"countryName": "Haiti",
"postalCode": "59088-5040",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "APPOINTMENT"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "HOLD_AT_LOCATION"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "APPOINTMENT"
},
{
"description": "Deliver Weekday",
"paymentType": "COLLECT",
"type": "APPOINTMENT"
},
{
"description": "Hold at location",
"paymentType": "COLLECT",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "0",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Intelligent",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Customer pickup"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "0",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 22,
"reasonDetail": {
"description": "Damaged item",
"type": "HELD"
},
"timeStamp": "2025-12-12T00:00:00.0Z"
},
{
"consolidationID": "9",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 17,
"reasonDetail": {
"description": "Weight mismatch",
"type": "HELD"
},
"timeStamp": "2026-04-30T00:00:00.0Z"
},
{
"consolidationID": "3",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 16,
"reasonDetail": {
"description": "Customs delay",
"type": "EXCEPTION"
},
"timeStamp": "2026-04-07T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-02-06T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-07-10T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-12-08T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "MIXED",
"city": "Fort Korbinborough",
"countryCode": "MA",
"countryName": "Jamaica",
"postalCode": "42510-3510",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "0",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "PENDING",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "NATIONAL",
"destinationServiceAreaDescription": "Appointment Required",
"locationDescription": "Garage",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Mr. Clinton Bergstrom",
"signedByName": "Judy Reichel"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "MIXED",
"city": "East Justen",
"countryCode": "FI",
"countryName": "North Macedonia",
"postalCode": "16457",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ATL",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 1226.55
},
"error": {
"code": "SERVER.ERROR",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "qyhDK",
"value": "Ei5lAiRd"
},
{
"key": "r1U7z",
"value": "kbXcBnyY"
},
{
"key": "6HoMx",
"value": "JGMVceMJ"
},
{
"key": "2feRy",
"value": "drsidd3E"
},
{
"key": "Vh5oj",
"value": "69sworLs"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "RFHBfD",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "West Stanley",
"countryCode": "GQ",
"countryName": "Saint Pierre and Miquelon",
"postalCode": "22860-1657",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Restricted delivery"
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Restricted delivery"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "this is an informational message"
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Restricted delivery"
},
{
"code": "REFRIGERATED_STORAGE",
"description": "Customs documents required"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "MIXED",
"city": "Port Alliechester",
"countryCode": "FR",
"countryName": "Chile",
"postalCode": "16082",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://superior-tribe.com/",
"actionDescription": "Contact support",
"reason": "15",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://serpentine-tackle.com",
"actionDescription": "Customer not Available or Business Closed",
"reason": "015A",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://made-up-effector.net/",
"actionDescription": "Schedule redelivery",
"reason": "02",
"reasonDescription": "Package delivered to recipient address - release authorized"
}
],
"code": "PU",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "OC",
"description": "Delivered",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Burien",
"countryCode": "PK",
"countryName": "Vanuatu",
"postalCode": "48578",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "5",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "East Libbiefield",
"countryCode": "TZ",
"countryName": "Italy",
"postalCode": "16556-3512",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK"
},
"packageDetails": {
"contentPieceCount": "8",
"count": "6",
"declaredValue": {
"currency": "SDG",
"value": 489.69
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "3",
"undeliveredCount": "6",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "9"
}
]
}
},
"pieceCounts": [
{
"count": "6",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "8",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "4",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "0",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"addressClassification": "BUSINESS",
"city": "North Vicenteville",
"countryCode": "BN",
"countryName": "Malawi",
"postalCode": "99051",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Della Fisher",
"reasonDetail": [
{
"description": "Damaged item",
"type": "CANCELLED"
},
{
"description": "Customs delay",
"type": "CANCELLED"
},
{
"description": "Damaged item",
"type": "EXCEPTION"
}
]
},
"scanEvents": [
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "OFD",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "B10",
"exceptionDescription": "Delayed by weather",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "East Ellenborough",
"countryCode": "IE",
"countryName": "Grenada",
"postalCode": "86402-7598",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "Out for delivery",
"eventType": "OFD",
"exceptionCode": "C99",
"exceptionDescription": "Package available for clearance",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Port Vivian",
"countryCode": "BI",
"countryName": "Democratic Republic of the Congo",
"postalCode": "67199",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-29T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "AR",
"eventDescription": "Arrived at facility",
"eventType": "OFD",
"exceptionCode": "A25",
"exceptionDescription": "Incorrect address",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Raynorstead",
"countryCode": "IL",
"countryName": "Western Sahara",
"postalCode": "63967-7511",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-29T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "AR",
"eventDescription": "Delivered",
"eventType": "OFD",
"exceptionCode": "A25",
"exceptionDescription": "Incorrect address",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Chino",
"countryCode": "IQ",
"countryName": "Turkey",
"postalCode": "22176-3319",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "OFD",
"eventDescription": "Delivered",
"eventType": "DL",
"exceptionCode": "A25",
"exceptionDescription": "Incorrect address",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "South Jeffhaven",
"countryCode": "GT",
"countryName": "Libyan Arab Jamahiriya",
"postalCode": "39941",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
}
],
"serviceCommitMessage": {
"message": "Scheduled for delivery tomorrow.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Priority Overnight",
"shortDescription": "FL",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "8",
"contents": [
{
"description": "buttons",
"itemNumber": "YW9xJ4",
"partNumber": "p8pyTE",
"receivedQuantity": "9"
}
],
"splitShipments": [
{
"pieceCount": "4",
"statusCode": "OtMK",
"statusDescription": "In transit",
"timestamp": "2026-06-29T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "4"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "MIXED",
"city": "Fort Tressa",
"countryCode": "NU",
"countryName": "Jersey",
"postalCode": "89525",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "COLLECT",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Appointment required",
"paymentType": "COLLECT",
"type": "APPOINTMENT"
},
{
"description": "Hold at location",
"paymentType": "COLLECT",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "0",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Awesome",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "882311~987654321098~FDEX",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Customer pickup"
},
"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": "8",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 18,
"reasonDetail": {
"description": "Incorrect address",
"type": "REJECTED"
},
"timeStamp": "2026-03-25T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-09-28T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
}
]
},
"status": "REQUESTED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-09-05T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2027-01-09T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-09-13T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-12-21T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-10-26T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-12-22T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-10T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "MIXED",
"city": "Athens-Clarke County",
"countryCode": "MH",
"countryName": "Seychelles",
"postalCode": "47857-4483",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "2",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "REGIONAL",
"destinationServiceAreaDescription": "Standard delivery",
"locationDescription": "Receptionist/Front Desk",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Mitchell Ziemann",
"signedByName": "Margarita O'Conner"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "Lake Susan",
"countryCode": "KN",
"countryName": "Cook Islands",
"postalCode": "64794-4697",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "MIA",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 3033.54
},
"error": {
"code": "INVALID.TRACKING.NUMBER",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "l7ckY",
"value": "tbMMmKon"
},
{
"key": "QlH8A",
"value": "xFQok8NP"
},
{
"key": "2uf2n",
"value": "72PiZth2"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "H1UflS",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "Elgin",
"countryCode": "SS",
"countryName": "Spain",
"postalCode": "70659",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "MIA",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Customs documents required"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Restricted delivery"
},
{
"code": "REFRIGERATED_STORAGE",
"description": "Restricted delivery"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "UNKNOWN",
"city": "Ankundingtown",
"countryCode": "BT",
"countryName": "Seychelles",
"postalCode": "72129",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://better-joy.net",
"actionDescription": "Schedule redelivery",
"reason": "84",
"reasonDescription": "Package delivered to recipient address - release authorized"
},
{
"action": "https://small-birth.name",
"actionDescription": "Customer not Available or Business Closed",
"reason": "02",
"reasonDescription": "Package delivered to recipient address - release authorized"
},
{
"action": "https://far-flung-consistency.net",
"actionDescription": "Customer not Available or Business Closed",
"reason": "02",
"reasonDescription": "Customer not available or business closed"
},
{
"action": "https://rotating-wedding.biz/",
"actionDescription": "Schedule redelivery",
"reason": "IN001",
"reasonDescription": "Package delivered to recipient address - release authorized"
}
],
"code": "HL",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "OC",
"description": "On hold",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Connerside",
"countryCode": "VU",
"countryName": "Democratic Republic of the Congo",
"postalCode": "93580",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "7",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Chandler",
"countryCode": "SB",
"countryName": "Pitcairn Islands",
"postalCode": "03742-9052",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "JFK"
},
"packageDetails": {
"contentPieceCount": "1",
"count": "2",
"declaredValue": {
"currency": "GMD",
"value": 148.94
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_BOX"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "6",
"undeliveredCount": "6",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "1"
}
]
}
},
"pieceCounts": [
{
"count": "7",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "5",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "2",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "1",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Documentation missing",
"type": "DELIVERED"
},
"recipientInformation": {
"address": {
"addressClassification": "MIXED",
"city": "South Kaelynburgh",
"countryCode": "SN",
"countryName": "Saint Helena",
"postalCode": "60081",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Dominick Bauch",
"reasonDetail": [
{
"description": "Customs delay",
"type": "HELD"
},
{
"description": "Service disruption",
"type": "REJECTED"
},
{
"description": "Safety hold",
"type": "REJECTED"
},
{
"description": "Customs delay",
"type": "DELIVERED"
},
{
"description": "Documentation missing",
"type": "HELD"
}
]
},
"scanEvents": [
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Exception",
"derivedStatusCode": "OFD",
"eventDescription": "Arrived at facility",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Delayed by weather",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "MIXED",
"city": "Kleinborough",
"countryCode": "KE",
"countryName": "Cape Verde",
"postalCode": "00696-4577",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-27T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "OFD",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "C99",
"exceptionDescription": "Package available for clearance",
"locationId": "LAX",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Schaumburg",
"countryCode": "BJ",
"countryName": "Montenegro",
"postalCode": "32889-1267",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-26T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "AR",
"eventDescription": "Arrived at facility",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "JFK",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "Millsstead",
"countryCode": "GR",
"countryName": "Lithuania",
"postalCode": "22178-4500",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-29T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "PU",
"eventDescription": "Picked Up",
"eventType": "DL",
"exceptionCode": "B10",
"exceptionDescription": "Incorrect address",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Rathworth",
"countryCode": "HR",
"countryName": "Romania",
"postalCode": "65007-0901",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "AR",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "B10",
"exceptionDescription": "Delayed by weather",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "East Ellsworth",
"countryCode": "GE",
"countryName": "Saint Helena",
"postalCode": "96319",
"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 First Overnight",
"shortDescription": "FL",
"type": "FEDEX_2DAY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "8",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "Sf65z5",
"partNumber": "9kn5cq",
"receivedQuantity": "7"
},
{
"description": "polyurethane rope",
"itemNumber": "ZGJgEj",
"partNumber": "qqhpjB",
"receivedQuantity": "3"
},
{
"description": "polyurethane rope",
"itemNumber": "mBJdnW",
"partNumber": "nhiZAr",
"receivedQuantity": "9"
},
{
"description": "buttons",
"itemNumber": "8AEy4G",
"partNumber": "Ommz0A",
"receivedQuantity": "2"
}
],
"splitShipments": [
{
"pieceCount": "5",
"statusCode": "o9fK",
"statusDescription": "In transit",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "4",
"statusCode": "hTzv",
"statusDescription": "In transit",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "5",
"statusCode": "CVRA",
"statusDescription": "Complete",
"timestamp": "2026-07-01T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "9"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "MIXED",
"city": "Coconut Creek",
"countryCode": "AS",
"countryName": "Hong Kong",
"postalCode": "75254",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"specialHandlings": [
{
"description": "Hold at location",
"paymentType": "PREPAID",
"type": "HOLD_AT_LOCATION"
}
],
"standardTransitTimeWindow": {
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "0",
"trackingNumberUniqueId": "882311~987654321098~FDEX"
}
}
]
},
{
"trackingNumber": "4",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Refined",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Leave at front door"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "0",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 47,
"reasonDetail": {
"description": "Incorrect address",
"type": "HELD"
},
"timeStamp": "2025-08-12T00:00:00.0Z"
},
{
"consolidationID": "1",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 20,
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"timeStamp": "2026-01-20T00:00:00.0Z"
},
{
"consolidationID": "4",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 41,
"reasonDetail": {
"description": "Wrong color",
"type": "CANCELLED"
},
"timeStamp": "2025-07-18T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2027-05-23T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Schedule specific delivery date",
"requestedAppointmentDetail": {
"date": "2026-09-25T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2026-09-20T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Hold at FedEx office",
"requestedAppointmentDetail": {
"date": "2027-04-19T00:00:00.0Z",
"window": [
{
"description": "Business hours only",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Evening delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-06-10T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-07-20T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-08-25T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-03-26T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"addressClassification": "BUSINESS",
"city": "North Astrid",
"countryCode": "CG",
"countryName": "Tanzania",
"postalCode": "33575-6825",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "1",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "NATIONAL",
"destinationServiceAreaDescription": "Standard delivery",
"locationDescription": "Garage",
"locationType": "APARTMENT_OFFICE",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Rosa O'Hara",
"signedByName": "Lamar Stark-Hane"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "MIXED",
"city": "Blickboro",
"countryCode": "SK",
"countryName": "Luxembourg",
"postalCode": "84183-2662",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "FEDEX_SHIPSITE"
},
"distanceToDestination": {
"units": "KM",
"value": 4973.84
},
"error": {
"code": "SERVER.ERROR",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "qFiaJ",
"value": "cpTA3TnP"
},
{
"key": "4cvRb",
"value": "HuParp11"
},
{
"key": "h75Zr",
"value": "DfbdUczR"
},
{
"key": "kdblz",
"value": "HZZJW67N"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "sTudCu",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "BUSINESS",
"city": "Rippinmouth",
"countryCode": "ER",
"countryName": "French Southern Territories",
"postalCode": "16900",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "MIA",
"locationType": "FEDEX_SHIPSITE"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Restricted delivery"
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Customs documents required"
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Restricted delivery"
},
{
"code": "REFRIGERATED_STORAGE",
"description": "Customs documents required"
}
],
"lastUpdatedDestinationAddress": {
"addressClassification": "MIXED",
"city": "East Clairburgh",
"countryCode": "IS",
"countryName": "Namibia",
"postalCode": "09755-0382",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://burly-mobility.info/",
"actionDescription": "Contact support",
"reason": "015A",
"reasonDescription": "Local delivery restriction"
},
{
"action": "https://physical-expansion.org",
"actionDescription": "Customer not Available or Business Closed",
"reason": "IN001",
"reasonDescription": "Customer not available or business closed"
}
],
"code": "DE",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "OC",
"description": "Delivered",
"scanLocation": {
"addressClassification": "BUSINESS",
"city": "Clarkshire",
"countryCode": "NU",
"countryName": "Bouvet Island",
"postalCode": "93662",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "In transit"
},
"meterNumber": "7",
"originLocation": {
"locationContactAndAddress": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Mitchellfield",
"countryCode": "VI",
"countryName": "Hong Kong",
"postalCode": "72339",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA"
},
"packageDetails": {
"contentPieceCount": "8",
"count": "6",
"declaredValue": {
"currency": "ZMW",
"value": 129.98
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_ENVELOPE"
},
"physicalPackagingType": "BOX",
"sequenceNumber": "8",
"undeliveredCount": "0",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "5"
}
]
}
},
"pieceCounts": [
{
"count": "8",
"description": "piece count description",
"type": "ORIGIN"
},
{
"count": "3",
"description": "piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Capacity limit",
"type": "EXCEPTION"
},
"recipientInformation": {
"address": {
"addressClassification": "RESIDENTIAL",
"city": "Prestonside",
"countryCode": "CI",
"countryName": "Bahamas",
"postalCode": "79309-0867",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"returnDetail": {
"authorizationName": "Dr. Sammy Baumbach",
"reasonDetail": [
{
"description": "Capacity limit",
"type": "DELIVERED"
},
{
"description": "Incorrect address",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "OFD",
"eventDescription": "Arrived at facility",
"eventType": "AR",
"exceptionCode": "B10",
"exceptionDescription": "Package available for clearance",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "Reynoldsfield",
"countryCode": "NO",
"countryName": "Kuwait",
"postalCode": "43827",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "Out for delivery",
"eventType": "DL",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"locationId": "SEA",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "UNKNOWN",
"city": "North Fannyside",
"countryCode": "BR",
"countryName": "Mexico",
"postalCode": "02886-0636",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "DL",
"eventDescription": "Picked Up",
"eventType": "AR",
"exceptionCode": "B10",
"exceptionDescription": "Delayed by weather",
"locationId": "ORD",
"locationType": "CUSTOMS_BROKER",
"scanLocation": {
"addressClassification": "RESIDENTIAL",
"city": "O'Reillyside",
"countryCode": "MS",
"countryName": "Mali",
"postalCode": "37131",
"residential": false,
"stateOrProvinceCode": "WA",
"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": "ES",
"type": "FEDEX_EXPRESS_SAVER"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "1",
"contents": [
{
"description": "electronics",
"itemNumber": "vRBuMi",
"partNumber": "CP6v4h",
"receivedQuantity": "7"
},
{
"description": "polyurethane rope",
"itemNumber": "EUvGjd",
"partNumber": "gFSGcq",
"receivedQuantity": "2"
},
{
"description": "polyurethane rope",
"itemNumber": "5x87xm",
"partNumber": "ST2kMT",
"receivedQuantity": "0"
}
],
"splitShipments": [
{
"pieceCount": "2",
"statusCode": "Jm5a",
"statusDescription": "Pending",
"timestamp": "2026-07-01T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "7"
}
]
},
"shipperInformation": {
"address": {
"addressClassification": "UNKNOWN",
"city": "Jessicabury",
"countryCode": "AF",
"countryName": "Serbia",
"postalCode": "23616",
"residential": false,
"stateOrProvinceCode": "TX",
"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-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "9",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
}
]
}
]
},
"transactionId": "79990a5d-0da8-4d4c-9c03-f1f9592fedac"
}{
"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