FedEx Associated Shipments Virtual Sandbox
Virtual API for tracking and managing associated shipment relationships.
This virtual API provides access to the FedEx Associated Shipments resource. It allows developers to prototype workflows for retrieving shipment associations, validating tracking data structures, and handling response schemas for multi-package or related shipment tracking scenarios without hitting live FedEx production systems.
Use cases:
Use this sandbox to validate shipment association payloads, verify tracking number relationships, test error handling for invalid tracking IDs, and confirm data mapping for complex shipment hierarchies before integrating with live FedEx tracking services.
General
| Header Name | Example |
|---|---|
x-customer-transaction-id | "624deea6-b709-470c-8c39-4b5511281492" |
content-type* | "application/json" |
x-locale | "en_US" |
authorization* | "Bearer XXX" |
{
"associatedType": "STANDARD_MPS",
"masterTrackingNumberInfo": {
"trackingNumberInfo": {
"trackingNumber": "123456789012"
}
}
}{
"customerTransactionId": "oFShhTddoqFCksT",
"output": {
"alerts": "TRACKING.DATA.NOTFOUND - Tracking data unavailable",
"completeTrackResults": [
{
"trackingNumber": "6",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Gift package",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Fragile"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "9",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 14,
"reasonDetail": {
"description": "Recipient refused",
"type": "LOST"
},
"timeStamp": "2026-04-09T00:00:00.0Z"
},
{
"consolidationID": "6",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 50,
"reasonDetail": {
"description": "Incorrect address",
"type": "LOST"
},
"timeStamp": "2026-06-06T00:00:00.0Z"
},
{
"consolidationID": "7",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 29,
"reasonDetail": {
"description": "Recipient refused",
"type": "LOST"
},
"timeStamp": "2025-11-30T00:00:00.0Z"
},
{
"consolidationID": "8",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 9,
"reasonDetail": {
"description": "Wrong color",
"type": "DAMAGED"
},
"timeStamp": "2026-06-14T00:00:00.0Z"
},
{
"consolidationID": "9",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 25,
"reasonDetail": {
"description": "Incorrect address",
"type": "LOST"
},
"timeStamp": "2026-05-01T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2027-04-06T00:00:00.0Z",
"window": [
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-20T00:00:00.0Z",
"ends": "2026-11-05T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-03-02T00:00:00.0Z",
"ends": "2027-06-11T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-10-21T00:00:00.0Z",
"ends": "2027-07-05T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-05-07T00:00:00.0Z",
"ends": "2026-11-16T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-01-05T00:00:00.0Z",
"ends": "2026-12-20T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2027-04-30T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-10-30T00:00:00.0Z",
"ends": "2026-09-20T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2026-11-30T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-03-16T00:00:00.0Z",
"ends": "2027-02-06T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2026-10-14T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-04-02T00:00:00.0Z",
"ends": "2026-09-26T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-03-04T00:00:00.0Z",
"ends": "2026-10-11T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-04-02T00:00:00.0Z",
"ends": "2026-10-25T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-10-27T00:00:00.0Z",
"ends": "2026-10-30T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-10T00:00:00.0Z",
"ends": "2027-02-23T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-09-26T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-09-27T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-11-27T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-03-26T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-11-25T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Rossboro",
"classification": "BUSINESS",
"countryCode": "QA",
"countryName": "United States",
"postalCode": "81342-8082",
"residential": false,
"stateOrProvinceCode": "LA",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "5",
"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": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "IC9is",
"destinationServiceAreaDescription": "Appointment required",
"locationDescription": "Receptionist",
"locationType": "FEDEX_EXPRESS_STATION",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Ginger Kshlerin",
"signedByName": "Dr. Louis Powlowski"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "West Jennifermouth",
"countryCode": "MO",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "NY"
}
},
"locationId": "ZGH",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 4994.93
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Invalid input",
"parameterList": [
{
"key": "i8Oq1",
"value": "3FQ9GxEM5f"
},
{
"key": "Q2uT6",
"value": "4GCuIwXHq9"
},
{
"key": "yL6Nn",
"value": "rOQ5hHfHyT"
},
{
"key": "BElo5",
"value": "rM4KWVGhcQ"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-08T00:00:00.0Z",
"ends": "2027-02-06T00:00:00.0Z"
}
},
"goodsClassificationCode": "vbLR6l0R",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Valdosta",
"classification": "BUSINESS",
"countryCode": "PK",
"countryName": "Canada",
"postalCode": "01680",
"residential": false,
"stateOrProvinceCode": "LA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "McClure Group",
"personName": "Terrell Ondricka",
"phoneNumber": "(399) 336-3826"
}
},
"locationId": "VaW",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
}
],
"lastUpdatedDestinationAddress": {
"city": "Myrlville",
"classification": "BUSINESS",
"countryCode": "UZ",
"countryName": "Canada",
"postalCode": "79094",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://everlasting-disposer.biz",
"actionDescription": "Contact us",
"reason": "3",
"reasonDescription": "Package damaged"
},
{
"action": "https://proper-bowler.name/",
"actionDescription": "Redeliver next day",
"reason": "1",
"reasonDescription": "Business closed"
}
],
"code": "AR",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "AR",
"description": "In transit",
"scanLocation": {
"city": "North Salliecester",
"classification": "RESIDENTIAL",
"countryCode": "EC",
"countryName": "Canada",
"postalCode": "44693-2671",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "0",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Friesenview",
"countryCode": "VI",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "VT"
}
},
"locationId": "fDk",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "6",
"count": "2",
"declaredValue": {
"currency": "STN",
"value": 865.03
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_BOX"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "6",
"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
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "6"
}
]
}
},
"pieceCounts": [
{
"count": "3",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "8",
"description": "Item count",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Recipient refused",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"city": "Lake Dallasfurt",
"classification": "RESIDENTIAL",
"countryCode": "UM",
"countryName": "United States",
"postalCode": "48654",
"residential": false,
"stateOrProvinceCode": "SC",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Watsica Group",
"personName": "Marta McClure",
"phoneNumber": "(456) 988-5166"
}
},
"returnDetail": {
"authorizationName": "Billy Labadie",
"reasonDetail": [
{
"description": "Wrong color",
"type": "DAMAGED"
},
{
"description": "Incorrect address",
"type": "DAMAGED"
},
{
"description": "Incorrect address",
"type": "DAMAGED"
}
]
},
"scanEvents": [
{
"date": "2025-09-28T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DL",
"eventDescription": "In transit",
"eventType": "DL",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Mertieport",
"countryCode": "VG",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "UT"
}
},
"locationId": "hSI",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delivery on time",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Express Saver",
"shortDescription": "ES",
"type": "FEDEX_EXPRESS_SAVER"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "4",
"contents": [
{
"description": "plastic parts",
"itemNumber": "V8mNjK",
"partNumber": "p3w45h",
"receivedQuantity": "0"
},
{
"description": "plastic parts",
"itemNumber": "7RTW2s",
"partNumber": "UoHgfL",
"receivedQuantity": "6"
},
{
"description": "plastic parts",
"itemNumber": "LQmpU8",
"partNumber": "6QmW4K",
"receivedQuantity": "9"
}
],
"splitShipments": [
{
"pieceCount": "8",
"statusCode": "5LvJ",
"statusDescription": "Status OK",
"timestamp": "2026-07-13T00:00:00.0Z"
},
{
"pieceCount": "8",
"statusCode": "bIXG",
"statusDescription": "Status OK",
"timestamp": "2025-10-05T00:00:00.0Z"
},
{
"pieceCount": "4",
"statusCode": "WLjP",
"statusDescription": "Pending",
"timestamp": "2025-10-10T00:00:00.0Z"
},
{
"pieceCount": "4",
"statusCode": "MXPD",
"statusDescription": "Status OK",
"timestamp": "2025-08-25T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "4"
}
]
},
"shipperInformation": {
"address": {
"city": "West Sonyaton",
"classification": "RESIDENTIAL",
"countryCode": "MZ",
"countryName": "Canada",
"postalCode": "92826-0214",
"residential": false,
"stateOrProvinceCode": "LA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Abbott, Barton and Smitham",
"personName": "Guadalupe Bruen-Hessel",
"phoneNumber": "(467) 999-0515"
}
},
"specialHandlings": [
{
"description": "Signature Required",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-01-13T00:00:00.0Z",
"ends": "2026-09-19T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "3",
"trackingNumberUniqueId": "392011~987654321098~FDG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Electronics",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Fragile"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "1",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 9,
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"timeStamp": "2026-01-22T00:00:00.0Z"
},
{
"consolidationID": "3",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 26,
"reasonDetail": {
"description": "Package damaged",
"type": "LOST"
},
"timeStamp": "2026-06-16T00:00:00.0Z"
},
{
"consolidationID": "8",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 27,
"reasonDetail": {
"description": "Incorrect address",
"type": "DAMAGED"
},
"timeStamp": "2026-07-03T00:00:00.0Z"
},
{
"consolidationID": "5",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 19,
"reasonDetail": {
"description": "Package damaged",
"type": "REJECTED"
},
"timeStamp": "2025-10-10T00:00:00.0Z"
},
{
"consolidationID": "4",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 49,
"reasonDetail": {
"description": "Package damaged",
"type": "LOST"
},
"timeStamp": "2026-07-19T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-08-08T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-01-26T00:00:00.0Z",
"ends": "2026-07-29T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-11-12T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-24T00:00:00.0Z",
"ends": "2026-09-02T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-01-26T00:00:00.0Z",
"ends": "2026-08-15T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-12-15T00:00:00.0Z",
"ends": "2026-08-01T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-04-15T00:00:00.0Z",
"ends": "2027-05-15T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-04-17T00:00:00.0Z",
"ends": "2027-02-21T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-03-26T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-05-31T00:00:00.0Z",
"ends": "2026-12-23T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-07-24T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-02T00:00:00.0Z",
"ends": "2027-04-06T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-03-10T00:00:00.0Z",
"ends": "2026-08-09T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-01-13T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Walshport",
"classification": "MIXED",
"countryCode": "GA",
"countryName": "Mexico",
"postalCode": "22578-6802",
"residential": false,
"stateOrProvinceCode": "DE",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "8",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "Wx4wo",
"destinationServiceAreaDescription": "Standard area",
"locationDescription": "Receptionist",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Jody Ruecker",
"signedByName": "Leona Wilderman"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Rollinton",
"countryCode": "MA",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "GA"
}
},
"locationId": "LiS",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 4377.92
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Please provide tracking number",
"parameterList": [
{
"key": "uFU0i",
"value": "baOg3x9XHy"
},
{
"key": "EYQLt",
"value": "4Dz7azDMDm"
},
{
"key": "DVFGZ",
"value": "Od0oN0eZ7P"
},
{
"key": "OhoCp",
"value": "2Vosvf9H4A"
},
{
"key": "FYZ1l",
"value": "6ds3MXkS0c"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-07-13T00:00:00.0Z",
"ends": "2027-06-06T00:00:00.0Z"
}
},
"goodsClassificationCode": "ZFowBh0D",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Centreville",
"classification": "RESIDENTIAL",
"countryCode": "LK",
"countryName": "Mexico",
"postalCode": "86158-0731",
"residential": false,
"stateOrProvinceCode": "MO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Quigley, Schoen and Flatley",
"personName": "Guillermo Kilback",
"phoneNumber": "(955) 319-1316"
}
},
"locationId": "MJn",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
}
],
"lastUpdatedDestinationAddress": {
"city": "Genevievebury",
"classification": "MIXED",
"countryCode": "BA",
"countryName": "Canada",
"postalCode": "47569",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://ugly-kick.info",
"actionDescription": "Contact us",
"reason": "6",
"reasonDescription": "Package damaged"
}
],
"code": "DL",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "AR",
"description": "Delivered",
"scanLocation": {
"city": "Ameliefurt",
"classification": "BUSINESS",
"countryCode": "VG",
"countryName": "Mexico",
"postalCode": "48204",
"residential": false,
"stateOrProvinceCode": "DE",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "6",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Edwardhaven",
"countryCode": "AM",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "NC"
}
},
"locationId": "GLN",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "4",
"count": "5",
"declaredValue": {
"currency": "PGK",
"value": 516.68
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_BOX"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "0",
"undeliveredCount": "8",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "9"
}
]
}
},
"pieceCounts": [
{
"count": "5",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "4",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "0",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "8",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "6",
"description": "Piece count",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Wrong color",
"type": "DAMAGED"
},
"recipientInformation": {
"address": {
"city": "Hillarycester",
"classification": "MIXED",
"countryCode": "IM",
"countryName": "Mexico",
"postalCode": "00238",
"residential": false,
"stateOrProvinceCode": "AK",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "DuBuque - Becker",
"personName": "Thomas Dicki",
"phoneNumber": "(374) 543-8851"
}
},
"returnDetail": {
"authorizationName": "Elsa McLaughlin",
"reasonDetail": [
{
"description": "Wrong color",
"type": "DAMAGED"
},
{
"description": "Incorrect address",
"type": "DAMAGED"
},
{
"description": "Recipient refused",
"type": "LOST"
},
{
"description": "Incorrect address",
"type": "REJECTED"
},
{
"description": "Package damaged",
"type": "DAMAGED"
}
]
},
"scanEvents": [
{
"date": "2025-09-16T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "Picked Up",
"eventType": "DL",
"exceptionCode": "None",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "O'Connellfield",
"countryCode": "AU",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "NC"
}
},
"locationId": "utq",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delivery on time",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Express Saver",
"shortDescription": "FL",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "0",
"contents": [
{
"description": "plastic parts",
"itemNumber": "oQqKAP",
"partNumber": "l3QuIF",
"receivedQuantity": "5"
},
{
"description": "polyurethane rope",
"itemNumber": "37L4JP",
"partNumber": "g4XLyY",
"receivedQuantity": "4"
},
{
"description": "buttons",
"itemNumber": "QkGMo2",
"partNumber": "bMz0eR",
"receivedQuantity": "1"
}
],
"splitShipments": [
{
"pieceCount": "5",
"statusCode": "3JSq",
"statusDescription": "Status OK",
"timestamp": "2025-10-22T00:00:00.0Z"
},
{
"pieceCount": "1",
"statusCode": "vSo5",
"statusDescription": "Pending",
"timestamp": "2025-10-04T00:00:00.0Z"
},
{
"pieceCount": "5",
"statusCode": "HyYP",
"statusDescription": "Status OK",
"timestamp": "2026-05-30T00:00:00.0Z"
},
{
"pieceCount": "9",
"statusCode": "FKyT",
"statusDescription": "Pending",
"timestamp": "2025-10-14T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "9"
},
{
"unit": "LB",
"value": "0"
}
]
},
"shipperInformation": {
"address": {
"city": "North Burnicetown",
"classification": "BUSINESS",
"countryCode": "CD",
"countryName": "Canada",
"postalCode": "29913",
"residential": false,
"stateOrProvinceCode": "SC",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Rempel, Kshlerin and Ernser",
"personName": "Dr. Cody Abshire",
"phoneNumber": "(787) 952-0822"
}
},
"specialHandlings": [
{
"description": "Signature Required",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "SIGNATURE_REQUIRED"
},
{
"description": "Signature Required",
"paymentType": "OTHER",
"type": "SIGNATURE_REQUIRED"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-09-16T00:00:00.0Z",
"ends": "2027-05-21T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "1",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Personal items",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"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"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "0",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 24,
"reasonDetail": {
"description": "Incorrect address",
"type": "LOST"
},
"timeStamp": "2026-04-23T00:00:00.0Z"
},
{
"consolidationID": "2",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 10,
"reasonDetail": {
"description": "Recipient refused",
"type": "LOST"
},
"timeStamp": "2026-07-20T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-04-22T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-11-05T00:00:00.0Z",
"ends": "2027-04-05T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-05-11T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-12T00:00:00.0Z",
"ends": "2027-01-18T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-08-02T00:00:00.0Z",
"ends": "2026-10-11T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2026-09-29T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-05-28T00:00:00.0Z",
"ends": "2026-08-02T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2027-01-18T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-09-16T00:00:00.0Z",
"ends": "2027-04-02T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-07-18T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "New Colton",
"classification": "RESIDENTIAL",
"countryCode": "BW",
"countryName": "United States",
"postalCode": "22737",
"residential": false,
"stateOrProvinceCode": "IL",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "5",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "OJKm1",
"destinationServiceAreaDescription": "Standard area",
"locationDescription": "Front Desk",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Hannah Kertzmann",
"signedByName": "Maxine Olson"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Oro Valley",
"countryCode": "LB",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "NH"
}
},
"locationId": "xIj",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 2497.47
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Please provide tracking number",
"parameterList": [
{
"key": "bNL9f",
"value": "2CBtgso6JH"
},
{
"key": "qd2fl",
"value": "RsqAo0Ylc7"
},
{
"key": "m9VAE",
"value": "yHXdCQD2lt"
},
{
"key": "rMN0I",
"value": "L2M7rFYsCK"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-09-30T00:00:00.0Z",
"ends": "2027-02-19T00:00:00.0Z"
}
},
"goodsClassificationCode": "FqpawNUg",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Bethesda",
"classification": "RESIDENTIAL",
"countryCode": "MU",
"countryName": "Canada",
"postalCode": "30601",
"residential": false,
"stateOrProvinceCode": "KS",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Swift - Haag",
"personName": "Ira Bahringer-Williamson",
"phoneNumber": "(202) 772-3331"
}
},
"locationId": "vXQ",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
}
],
"lastUpdatedDestinationAddress": {
"city": "Stoltenbergton",
"classification": "RESIDENTIAL",
"countryCode": "IQ",
"countryName": "Canada",
"postalCode": "02608",
"residential": false,
"stateOrProvinceCode": "MT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://reflecting-cassava.org",
"actionDescription": "Redeliver next day",
"reason": "2",
"reasonDescription": "Customer not available"
}
],
"code": "AR",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "Delivered",
"scanLocation": {
"city": "Eribertocester",
"classification": "BUSINESS",
"countryCode": "LS",
"countryName": "Mexico",
"postalCode": "69914",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "2",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "East Neoma",
"countryCode": "BH",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "TN"
}
},
"locationId": "CQx",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "1",
"count": "4",
"declaredValue": {
"currency": "AED",
"value": 534.55
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "8",
"undeliveredCount": "1",
"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": "4"
},
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "9"
}
]
}
},
"pieceCounts": [
{
"count": "8",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "0",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "2",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "9",
"description": "Piece count",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Package damaged",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"city": "East Bryana",
"classification": "RESIDENTIAL",
"countryCode": "FM",
"countryName": "Mexico",
"postalCode": "03143-6904",
"residential": false,
"stateOrProvinceCode": "OR",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Metz - Kirlin",
"personName": "Jamie Kozey-Donnelly",
"phoneNumber": "(368) 572-9454"
}
},
"returnDetail": {
"authorizationName": "Danny Emard",
"reasonDetail": [
{
"description": "Recipient refused",
"type": "DAMAGED"
},
{
"description": "Recipient refused",
"type": "LOST"
},
{
"description": "Incorrect address",
"type": "LOST"
}
]
},
"scanEvents": [
{
"date": "2025-10-03T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "Picked Up",
"eventType": "DL",
"exceptionCode": "None",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "West Reba",
"countryCode": "KR",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "AZ"
}
},
"locationId": "gPE",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-03-09T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "None",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "New Estherland",
"countryCode": "RO",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "MI"
}
},
"locationId": "wmm",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2025-09-02T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "None",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "East Charlene",
"countryCode": "BG",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "WI"
}
},
"locationId": "nQX",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-03-23T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "In transit",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Johnstonfort",
"countryCode": "AU",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "WI"
}
},
"locationId": "oux",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delayed",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Express Saver",
"shortDescription": "ES",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "1",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "luIAaz",
"partNumber": "ANq7W7",
"receivedQuantity": "4"
},
{
"description": "buttons",
"itemNumber": "WF6Hyy",
"partNumber": "0oAwLl",
"receivedQuantity": "2"
},
{
"description": "polyurethane rope",
"itemNumber": "8dbtEk",
"partNumber": "Pcgz1j",
"receivedQuantity": "8"
},
{
"description": "plastic parts",
"itemNumber": "bTKcoZ",
"partNumber": "Of40dp",
"receivedQuantity": "6"
},
{
"description": "polyurethane rope",
"itemNumber": "kfAcWW",
"partNumber": "rr6xkG",
"receivedQuantity": "8"
}
],
"splitShipments": [
{
"pieceCount": "1",
"statusCode": "LRXv",
"statusDescription": "Pending",
"timestamp": "2026-01-30T00:00:00.0Z"
},
{
"pieceCount": "2",
"statusCode": "UhAI",
"statusDescription": "Pending",
"timestamp": "2025-09-06T00:00:00.0Z"
},
{
"pieceCount": "6",
"statusCode": "i5ys",
"statusDescription": "Pending",
"timestamp": "2025-10-21T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "6"
}
]
},
"shipperInformation": {
"address": {
"city": "Scottybury",
"classification": "MIXED",
"countryCode": "SR",
"countryName": "United States",
"postalCode": "97542",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Ryan - Christiansen",
"personName": "Anita Rice",
"phoneNumber": "(700) 545-6470"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "SIGNATURE_REQUIRED"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "SIGNATURE_REQUIRED"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "SIGNATURE_REQUIRED"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "SIGNATURE_REQUIRED"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-02-01T00:00:00.0Z",
"ends": "2026-12-06T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "7",
"trackingNumberUniqueId": "392011~987654321098~FDG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Gift package",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Deliver by noon"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "3",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 35,
"reasonDetail": {
"description": "Package damaged",
"type": "LOST"
},
"timeStamp": "2026-03-27T00:00:00.0Z"
},
{
"consolidationID": "9",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 22,
"reasonDetail": {
"description": "Recipient refused",
"type": "REJECTED"
},
"timeStamp": "2026-03-04T00:00:00.0Z"
},
{
"consolidationID": "4",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 26,
"reasonDetail": {
"description": "Incorrect address",
"type": "DAMAGED"
},
"timeStamp": "2026-05-15T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2027-05-20T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-09-20T00:00:00.0Z",
"ends": "2027-04-05T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-04-28T00:00:00.0Z",
"ends": "2027-07-06T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-12-07T00:00:00.0Z",
"ends": "2027-02-10T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2026-10-30T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-09-18T00:00:00.0Z",
"ends": "2026-11-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2027-07-13T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-10-30T00:00:00.0Z",
"ends": "2026-11-25T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-10T00:00:00.0Z",
"ends": "2026-08-10T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-11-19T00:00:00.0Z",
"ends": "2027-07-08T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-09-27T00:00:00.0Z",
"ends": "2027-07-04T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-12-02T00:00:00.0Z",
"ends": "2027-02-14T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-04-08T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-11-14T00:00:00.0Z",
"ends": "2027-06-16T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-01-10T00:00:00.0Z",
"ends": "2026-11-13T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-03-06T00:00:00.0Z",
"ends": "2026-08-21T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-08-18T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-01-13T00:00:00.0Z",
"ends": "2027-06-09T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-11-14T00:00:00.0Z",
"ends": "2027-01-06T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-09-27T00:00:00.0Z",
"ends": "2027-01-06T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-03-16T00:00:00.0Z",
"ends": "2026-09-17T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-08-29T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-02-18T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-10-07T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-10-24T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-12-16T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "St. Clair Shores",
"classification": "BUSINESS",
"countryCode": "QA",
"countryName": "Mexico",
"postalCode": "73249-8912",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "2",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "viYbb",
"destinationServiceAreaDescription": "Standard area",
"locationDescription": "Front Desk",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Lola O'Reilly",
"signedByName": "John Braun"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "West Calistafort",
"countryCode": "OM",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "OH"
}
},
"locationId": "plI",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 2227.73
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Please provide tracking number",
"parameterList": [
{
"key": "cqVpZ",
"value": "0i1SC12aHM"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-07-07T00:00:00.0Z",
"ends": "2026-11-21T00:00:00.0Z"
}
},
"goodsClassificationCode": "WLK6Rgim",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Norfolk",
"classification": "MIXED",
"countryCode": "BO",
"countryName": "Canada",
"postalCode": "57419",
"residential": false,
"stateOrProvinceCode": "SC",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Baumbach - Howell",
"personName": "Mrs. Ashley Willms",
"phoneNumber": "(309) 228-3872"
}
},
"locationId": "wrz",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
}
],
"lastUpdatedDestinationAddress": {
"city": "New Aracelyburgh",
"classification": "MIXED",
"countryCode": "MD",
"countryName": "Mexico",
"postalCode": "85258-2229",
"residential": false,
"stateOrProvinceCode": "RI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://authorized-jellyfish.net/",
"actionDescription": "Contact us",
"reason": "3",
"reasonDescription": "Customer not available"
},
{
"action": "https://interesting-marksman.name/",
"actionDescription": "Redeliver next day",
"reason": "2",
"reasonDescription": "Business closed"
},
{
"action": "https://remarkable-jacket.net/",
"actionDescription": "Redeliver next day",
"reason": "6",
"reasonDescription": "Customer not available"
},
{
"action": "https://agile-pants.info/",
"actionDescription": "Contact us",
"reason": "4",
"reasonDescription": "Customer not available"
}
],
"code": "PU",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DL",
"description": "In transit",
"scanLocation": {
"city": "East Vella",
"classification": "RESIDENTIAL",
"countryCode": "HK",
"countryName": "United States",
"postalCode": "60355",
"residential": false,
"stateOrProvinceCode": "WV",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "In transit"
},
"meterNumber": "9",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Haleybury",
"countryCode": "TK",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "PA"
}
},
"locationId": "sAc",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "9",
"count": "1",
"declaredValue": {
"currency": "UAH",
"value": 461.11
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "8",
"undeliveredCount": "8",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "7"
}
]
}
},
"pieceCounts": [
{
"count": "8",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "8",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "2",
"description": "Item count",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Package damaged",
"type": "LOST"
},
"recipientInformation": {
"address": {
"city": "South Nicole",
"classification": "MIXED",
"countryCode": "PA",
"countryName": "Mexico",
"postalCode": "49405-4113",
"residential": false,
"stateOrProvinceCode": "NV",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Hickle, Kuhic and Swaniawski",
"personName": "Dr. Deanna Stokes",
"phoneNumber": "(630) 748-8573"
}
},
"returnDetail": {
"authorizationName": "Jared Fisher",
"reasonDetail": [
{
"description": "Package damaged",
"type": "DAMAGED"
},
{
"description": "Wrong color",
"type": "DAMAGED"
},
{
"description": "Incorrect address",
"type": "LOST"
},
{
"description": "Incorrect address",
"type": "DAMAGED"
},
{
"description": "Incorrect address",
"type": "DAMAGED"
}
]
},
"scanEvents": [
{
"date": "2026-06-11T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DL",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "None",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "East Theodore",
"countryCode": "LR",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "AK"
}
},
"locationId": "oCf",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-03-04T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DL",
"eventDescription": "In transit",
"eventType": "DL",
"exceptionCode": "None",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Chesterfield",
"countryCode": "UM",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "AZ"
}
},
"locationId": "TRC",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2025-12-03T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Towson",
"countryCode": "CA",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "WV"
}
},
"locationId": "CeE",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2025-09-06T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DL",
"eventDescription": "Picked Up",
"eventType": "DL",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Davidview",
"countryCode": "BJ",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "DE"
}
},
"locationId": "dej",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2025-08-24T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "None",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Fort Keshaunburgh",
"countryCode": "UA",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "NH"
}
},
"locationId": "qsm",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Freight Economy",
"shortDescription": "FL",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "4",
"contents": [
{
"description": "buttons",
"itemNumber": "tE8DZL",
"partNumber": "AeezeK",
"receivedQuantity": "0"
},
{
"description": "buttons",
"itemNumber": "Ugxmxc",
"partNumber": "5J2KxR",
"receivedQuantity": "4"
},
{
"description": "plastic parts",
"itemNumber": "znPmix",
"partNumber": "P7n2O8",
"receivedQuantity": "2"
},
{
"description": "plastic parts",
"itemNumber": "i9FN6x",
"partNumber": "9F4b1O",
"receivedQuantity": "0"
},
{
"description": "polyurethane rope",
"itemNumber": "gLKYB6",
"partNumber": "2r5EaN",
"receivedQuantity": "2"
}
],
"splitShipments": [
{
"pieceCount": "3",
"statusCode": "0ElG",
"statusDescription": "Pending",
"timestamp": "2026-06-12T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "5"
}
]
},
"shipperInformation": {
"address": {
"city": "New Chase",
"classification": "BUSINESS",
"countryCode": "ML",
"countryName": "United States",
"postalCode": "59786",
"residential": false,
"stateOrProvinceCode": "OH",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Feest, Skiles and Gutmann",
"personName": "Ellen Bergstrom",
"phoneNumber": "(508) 706-7296"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Signature Required",
"paymentType": "OTHER",
"type": "SIGNATURE_REQUIRED"
}
],
"standardTransitTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-08-02T00:00:00.0Z",
"ends": "2026-08-18T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "3",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Gift package",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Deliver by noon"
},
"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": "7",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 45,
"reasonDetail": {
"description": "Package damaged",
"type": "LOST"
},
"timeStamp": "2025-11-04T00:00:00.0Z"
},
{
"consolidationID": "1",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 47,
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"timeStamp": "2026-05-24T00:00:00.0Z"
},
{
"consolidationID": "7",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 38,
"reasonDetail": {
"description": "Incorrect address",
"type": "LOST"
},
"timeStamp": "2025-08-05T00:00:00.0Z"
},
{
"consolidationID": "8",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 36,
"reasonDetail": {
"description": "Recipient refused",
"type": "LOST"
},
"timeStamp": "2025-11-05T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2027-02-09T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-02-08T00:00:00.0Z",
"ends": "2027-03-19T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-12-14T00:00:00.0Z",
"ends": "2026-10-22T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-04-29T00:00:00.0Z",
"ends": "2026-07-27T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-11-22T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-18T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-04-03T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Harriston",
"classification": "RESIDENTIAL",
"countryCode": "AD",
"countryName": "Canada",
"postalCode": "03531",
"residential": false,
"stateOrProvinceCode": "IN",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "0",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "h2Lrv",
"destinationServiceAreaDescription": "Standard area",
"locationDescription": "Receptionist",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Ivan Keeling",
"signedByName": "Blanca Blanda"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Cristchester",
"countryCode": "PG",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "AK"
}
},
"locationId": "Exe",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 2228.83
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Invalid input",
"parameterList": [
{
"key": "3fiUy",
"value": "awItNpxx2O"
},
{
"key": "MzAOL",
"value": "qf6nE7bEKi"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-09-26T00:00:00.0Z",
"ends": "2026-10-10T00:00:00.0Z"
}
},
"goodsClassificationCode": "UuKvEhKQ",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Aidenport",
"classification": "BUSINESS",
"countryCode": "AF",
"countryName": "United States",
"postalCode": "08237-3713",
"residential": false,
"stateOrProvinceCode": "NM",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Stanton, Koepp and Wiegand",
"personName": "Margarita Klocko",
"phoneNumber": "(220) 519-3592"
}
},
"locationId": "ZGH",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
}
],
"lastUpdatedDestinationAddress": {
"city": "Port Brisastad",
"classification": "BUSINESS",
"countryCode": "SX",
"countryName": "United States",
"postalCode": "06607-1624",
"residential": false,
"stateOrProvinceCode": "MD",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://key-statue.net/",
"actionDescription": "Redeliver next day",
"reason": "1",
"reasonDescription": "Package damaged"
},
{
"action": "https://selfish-puritan.org/",
"actionDescription": "Contact us",
"reason": "2",
"reasonDescription": "Customer not available"
},
{
"action": "https://tame-cellar.net",
"actionDescription": "Redeliver next day",
"reason": "6",
"reasonDescription": "Customer not available"
},
{
"action": "https://moral-asset.com/",
"actionDescription": "Redeliver next day",
"reason": "7",
"reasonDescription": "Package damaged"
}
],
"code": "PU",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DL",
"description": "Picked up",
"scanLocation": {
"city": "Franeyburgh",
"classification": "MIXED",
"countryCode": "HR",
"countryName": "Mexico",
"postalCode": "10175",
"residential": false,
"stateOrProvinceCode": "AL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "9",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lake Hailey",
"countryCode": "SE",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "IA"
}
},
"locationId": "pKr",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "7",
"count": "4",
"declaredValue": {
"currency": "NPR",
"value": 900.82
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "8",
"undeliveredCount": "8",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "9"
}
]
}
},
"pieceCounts": [
{
"count": "2",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "9",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "3",
"description": "Piece count",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"city": "East Yoshikoboro",
"classification": "MIXED",
"countryCode": "SL",
"countryName": "Mexico",
"postalCode": "37358-1205",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Ledner - McLaughlin",
"personName": "Dawn Oberbrunner",
"phoneNumber": "(349) 312-5105"
}
},
"returnDetail": {
"authorizationName": "Daniel Mertz",
"reasonDetail": [
{
"description": "Incorrect address",
"type": "REJECTED"
},
{
"description": "Wrong color",
"type": "DAMAGED"
}
]
},
"scanEvents": [
{
"date": "2025-09-25T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "In transit",
"eventType": "PU",
"exceptionCode": "None",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Paigeton",
"countryCode": "DO",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "WV"
}
},
"locationId": "eJL",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2025-10-21T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "In transit",
"eventType": "DL",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lake Elsinore",
"countryCode": "ZA",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "OR"
}
},
"locationId": "cVW",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2025-08-26T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "Picked Up",
"eventType": "DL",
"exceptionCode": "None",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Savannah",
"countryCode": "NO",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "VA"
}
},
"locationId": "pcT",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2025-09-16T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Elk Grove",
"countryCode": "UM",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "TN"
}
},
"locationId": "Wbl",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delayed",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Ground",
"shortDescription": "FL",
"type": "FEDEX_GROUND"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "7",
"contents": [
{
"description": "buttons",
"itemNumber": "UAEf2K",
"partNumber": "md7pu9",
"receivedQuantity": "7"
}
],
"splitShipments": [
{
"pieceCount": "0",
"statusCode": "gWX7",
"statusDescription": "Status OK",
"timestamp": "2025-11-26T00:00:00.0Z"
},
{
"pieceCount": "0",
"statusCode": "ww96",
"statusDescription": "Status OK",
"timestamp": "2026-07-11T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "5"
}
]
},
"shipperInformation": {
"address": {
"city": "Adelinehaven",
"classification": "MIXED",
"countryCode": "CY",
"countryName": "Canada",
"postalCode": "02255",
"residential": false,
"stateOrProvinceCode": "SC",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Predovic - Hamill",
"personName": "Hope Moore",
"phoneNumber": "(390) 967-9791"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Signature Required",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-02-28T00:00:00.0Z",
"ends": "2026-07-23T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "6",
"trackingNumberUniqueId": "392011~987654321098~FDG"
}
}
]
},
{
"trackingNumber": "2",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Personal items",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"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": "7",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 36,
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"timeStamp": "2026-01-13T00:00:00.0Z"
},
{
"consolidationID": "6",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 49,
"reasonDetail": {
"description": "Incorrect address",
"type": "REJECTED"
},
"timeStamp": "2025-08-04T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-06-28T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-05-11T00:00:00.0Z",
"ends": "2027-03-31T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-10-31T00:00:00.0Z",
"ends": "2027-05-30T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-04-15T00:00:00.0Z",
"ends": "2027-07-15T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2027-02-19T00:00:00.0Z",
"window": [
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-05-25T00:00:00.0Z",
"ends": "2026-07-24T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-07-02T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-02-24T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-29T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-08-24T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Mesquite",
"classification": "RESIDENTIAL",
"countryCode": "FM",
"countryName": "Mexico",
"postalCode": "08257",
"residential": false,
"stateOrProvinceCode": "MO",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "6",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "j8HEN",
"destinationServiceAreaDescription": "Standard area",
"locationDescription": "Receptionist",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Billy Senger-West",
"signedByName": "Mario Dach"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lake Max",
"countryCode": "MR",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "AR"
}
},
"locationId": "yaB",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 2066.42
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Please provide tracking number",
"parameterList": [
{
"key": "PmSWn",
"value": "EvR6sw4MZ2"
},
{
"key": "oV8AV",
"value": "9Vi0XJLnzg"
},
{
"key": "fb4RE",
"value": "WWGbmlIsSc"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-08-15T00:00:00.0Z",
"ends": "2026-12-29T00:00:00.0Z"
}
},
"goodsClassificationCode": "xgcTM4nb",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "East Jo",
"classification": "RESIDENTIAL",
"countryCode": "BF",
"countryName": "Canada",
"postalCode": "93353",
"residential": false,
"stateOrProvinceCode": "IA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Daugherty Inc",
"personName": "Francis Bashirian III",
"phoneNumber": "(231) 355-4716"
}
},
"locationId": "AuL",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
}
],
"lastUpdatedDestinationAddress": {
"city": "North Cletustown",
"classification": "MIXED",
"countryCode": "MA",
"countryName": "Mexico",
"postalCode": "66379-4501",
"residential": false,
"stateOrProvinceCode": "VT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://trusting-godparent.info",
"actionDescription": "Redeliver next day",
"reason": "1",
"reasonDescription": "Customer not available"
}
],
"code": "AR",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DL",
"description": "In transit",
"scanLocation": {
"city": "Ressieshire",
"classification": "RESIDENTIAL",
"countryCode": "GA",
"countryName": "Canada",
"postalCode": "66939",
"residential": false,
"stateOrProvinceCode": "VT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "9",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Jalenton",
"countryCode": "TZ",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "HI"
}
},
"locationId": "Wts",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "0",
"count": "8",
"declaredValue": {
"currency": "BRL",
"value": 119.51
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_BOX"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "4",
"undeliveredCount": "0",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "2"
}
]
}
},
"pieceCounts": [
{
"count": "6",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "7",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "4",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "0",
"description": "Piece count",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Wrong color",
"type": "LOST"
},
"recipientInformation": {
"address": {
"city": "Mosciskiside",
"classification": "RESIDENTIAL",
"countryCode": "BW",
"countryName": "United States",
"postalCode": "75328-5719",
"residential": false,
"stateOrProvinceCode": "WI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Grady - Baumbach",
"personName": "Bobbie Beier DVM",
"phoneNumber": "(725) 369-5473"
}
},
"returnDetail": {
"authorizationName": "Gilberto Wilkinson",
"reasonDetail": [
{
"description": "Incorrect address",
"type": "DAMAGED"
},
{
"description": "Incorrect address",
"type": "DAMAGED"
},
{
"description": "Wrong color",
"type": "LOST"
}
]
},
"scanEvents": [
{
"date": "2026-04-06T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "In transit",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Elkhart",
"countryCode": "DK",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "MS"
}
},
"locationId": "CRu",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-07-22T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "In transit",
"eventType": "DL",
"exceptionCode": "None",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Olathe",
"countryCode": "TG",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "NY"
}
},
"locationId": "AuF",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-05-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "In transit",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Ratkeland",
"countryCode": "SC",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "VA"
}
},
"locationId": "wQL",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Express Saver",
"shortDescription": "FG",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "4",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "ANdv2h",
"partNumber": "BHZ1xk",
"receivedQuantity": "5"
}
],
"splitShipments": [
{
"pieceCount": "7",
"statusCode": "hp8G",
"statusDescription": "Pending",
"timestamp": "2026-03-06T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "0"
}
]
},
"shipperInformation": {
"address": {
"city": "South Layne",
"classification": "MIXED",
"countryCode": "MM",
"countryName": "United States",
"postalCode": "00639",
"residential": false,
"stateOrProvinceCode": "ME",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Predovic - Grimes",
"personName": "Ms. Jenna Doyle",
"phoneNumber": "(456) 282-6086"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-11-23T00:00:00.0Z",
"ends": "2026-09-29T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "0",
"trackingNumberUniqueId": "112233~554433221100~FDEG"
}
}
]
},
{
"trackingNumber": "2",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Electronics",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Keep dry"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "7",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 11,
"reasonDetail": {
"description": "Incorrect address",
"type": "LOST"
},
"timeStamp": "2026-03-24T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2026-11-19T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-12-17T00:00:00.0Z",
"ends": "2027-02-28T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-10-26T00:00:00.0Z",
"ends": "2027-06-07T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-10-30T00:00:00.0Z",
"ends": "2026-12-23T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-05-10T00:00:00.0Z",
"ends": "2027-03-20T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-11-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-01-07T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Alleneton",
"classification": "MIXED",
"countryCode": "FJ",
"countryName": "Mexico",
"postalCode": "48334",
"residential": false,
"stateOrProvinceCode": "NM",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "0",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "npMG9",
"destinationServiceAreaDescription": "Standard area",
"locationDescription": "Receptionist",
"locationType": "FEDEX_EXPRESS_STATION",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Bobby Gutkowski",
"signedByName": "Patsy Hermiston"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "South Andreanne",
"countryCode": "PK",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "ME"
}
},
"locationId": "eGO",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 3313.86
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Invalid input",
"parameterList": [
{
"key": "xa3R3",
"value": "ioytJgGABD"
},
{
"key": "GkD0h",
"value": "ZPGzbk1JZl"
},
{
"key": "xhLOI",
"value": "wbbPlPpk5F"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-11T00:00:00.0Z",
"ends": "2026-08-11T00:00:00.0Z"
}
},
"goodsClassificationCode": "C9S9EK0n",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "East Cristalborough",
"classification": "MIXED",
"countryCode": "GG",
"countryName": "Canada",
"postalCode": "45477-2235",
"residential": false,
"stateOrProvinceCode": "IA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "VonRueden Group",
"personName": "Elena Lang",
"phoneNumber": "(279) 729-4359"
}
},
"locationId": "yeR",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
}
],
"lastUpdatedDestinationAddress": {
"city": "Kossfield",
"classification": "RESIDENTIAL",
"countryCode": "CG",
"countryName": "Canada",
"postalCode": "98094-0516",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://tangible-fold.info",
"actionDescription": "Redeliver next day",
"reason": "7",
"reasonDescription": "Package damaged"
},
{
"action": "https://ignorant-omelet.biz",
"actionDescription": "Redeliver next day",
"reason": "5",
"reasonDescription": "Package damaged"
},
{
"action": "https://shocked-palate.biz/",
"actionDescription": "Redeliver next day",
"reason": "9",
"reasonDescription": "Business closed"
}
],
"code": "DL",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "AR",
"description": "In transit",
"scanLocation": {
"city": "Fort Mabel",
"classification": "MIXED",
"countryCode": "IN",
"countryName": "Canada",
"postalCode": "18222-7709",
"residential": false,
"stateOrProvinceCode": "GA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "0",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Gorczanystead",
"countryCode": "IM",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "IL"
}
},
"locationId": "IsF",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "8",
"count": "7",
"declaredValue": {
"currency": "GHS",
"value": 55.09
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "4",
"undeliveredCount": "7",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "3"
}
]
}
},
"pieceCounts": [
{
"count": "1",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "7",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "1",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "2",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "3",
"description": "Piece count",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Incorrect address",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"city": "Hendersontown",
"classification": "RESIDENTIAL",
"countryCode": "UA",
"countryName": "Canada",
"postalCode": "71796-2587",
"residential": false,
"stateOrProvinceCode": "AZ",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Kessler - Torphy",
"personName": "Francisco Bernhard",
"phoneNumber": "(946) 622-5883"
}
},
"returnDetail": {
"authorizationName": "Herbert Welch Jr.",
"reasonDetail": [
{
"description": "Package damaged",
"type": "REJECTED"
},
{
"description": "Incorrect address",
"type": "REJECTED"
},
{
"description": "Recipient refused",
"type": "REJECTED"
},
{
"description": "Incorrect address",
"type": "LOST"
}
]
},
"scanEvents": [
{
"date": "2026-03-13T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lubbock",
"countryCode": "ME",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "AZ"
}
},
"locationId": "Wjq",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delayed",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Freight Economy",
"shortDescription": "FG",
"type": "FEDEX_GROUND"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "5",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "AGstkq",
"partNumber": "5mS7Bf",
"receivedQuantity": "1"
},
{
"description": "plastic parts",
"itemNumber": "pCWzmJ",
"partNumber": "GxKUtt",
"receivedQuantity": "0"
}
],
"splitShipments": [
{
"pieceCount": "0",
"statusCode": "rUDP",
"statusDescription": "Status OK",
"timestamp": "2025-08-31T00:00:00.0Z"
},
{
"pieceCount": "4",
"statusCode": "hy3g",
"statusDescription": "Pending",
"timestamp": "2026-02-07T00:00:00.0Z"
},
{
"pieceCount": "0",
"statusCode": "RWGU",
"statusDescription": "Pending",
"timestamp": "2026-06-14T00:00:00.0Z"
},
{
"pieceCount": "6",
"statusCode": "pSzD",
"statusDescription": "Status OK",
"timestamp": "2025-08-01T00:00:00.0Z"
},
{
"pieceCount": "1",
"statusCode": "HkZU",
"statusDescription": "Pending",
"timestamp": "2025-09-19T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "8"
}
]
},
"shipperInformation": {
"address": {
"city": "Aribury",
"classification": "BUSINESS",
"countryCode": "ZW",
"countryName": "Canada",
"postalCode": "46606-0093",
"residential": false,
"stateOrProvinceCode": "IA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Abshire - Batz",
"personName": "Marion Bins",
"phoneNumber": "(458) 330-2301"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "SIGNATURE_REQUIRED"
},
{
"description": "Signature Required",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Signature Required",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Signature Required",
"paymentType": "PREPAID",
"type": "SIGNATURE_REQUIRED"
}
],
"standardTransitTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-02-18T00:00:00.0Z",
"ends": "2027-04-21T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "6",
"trackingNumberUniqueId": "392011~987654321098~FDG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Work shipment",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Fragile"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "9",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 23,
"reasonDetail": {
"description": "Package damaged",
"type": "REJECTED"
},
"timeStamp": "2026-05-25T00:00:00.0Z"
},
{
"consolidationID": "5",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 17,
"reasonDetail": {
"description": "Recipient refused",
"type": "LOST"
},
"timeStamp": "2025-10-08T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2027-07-17T00:00:00.0Z",
"window": [
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-01-19T00:00:00.0Z",
"ends": "2027-06-28T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-01-07T00:00:00.0Z",
"ends": "2026-07-28T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2027-07-01T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-10-10T00:00:00.0Z",
"ends": "2027-05-24T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-07-02T00:00:00.0Z",
"ends": "2026-11-05T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-11-07T00:00:00.0Z",
"ends": "2026-08-03T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-07-29T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-08-11T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Lubbock",
"classification": "RESIDENTIAL",
"countryCode": "AF",
"countryName": "Mexico",
"postalCode": "49861",
"residential": false,
"stateOrProvinceCode": "RI",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "0",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "6nEeN",
"destinationServiceAreaDescription": "Appointment required",
"locationDescription": "Receptionist",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Erick Schroeder",
"signedByName": "Al O'Hara"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Baileyborough",
"countryCode": "BY",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "RI"
}
},
"locationId": "WxT",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 3402.92
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Please provide tracking number",
"parameterList": [
{
"key": "sWwxr",
"value": "gnJ6Ujr5cN"
},
{
"key": "kMFeX",
"value": "usGt66r5nc"
},
{
"key": "jETs7",
"value": "njd2xWusL1"
},
{
"key": "Q6ZtL",
"value": "ZYQXqjWrrn"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-01-02T00:00:00.0Z",
"ends": "2027-06-13T00:00:00.0Z"
}
},
"goodsClassificationCode": "Ibmbd4zg",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lindgrenfield",
"classification": "RESIDENTIAL",
"countryCode": "TL",
"countryName": "Mexico",
"postalCode": "64029",
"residential": false,
"stateOrProvinceCode": "NV",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Spinka Inc",
"personName": "Rufus Glover",
"phoneNumber": "(318) 612-8396"
}
},
"locationId": "CFW",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
}
],
"lastUpdatedDestinationAddress": {
"city": "Wisozkfort",
"classification": "RESIDENTIAL",
"countryCode": "SY",
"countryName": "Canada",
"postalCode": "08945-3537",
"residential": false,
"stateOrProvinceCode": "AK",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://well-made-sesame.com",
"actionDescription": "Contact us",
"reason": "4",
"reasonDescription": "Package damaged"
},
{
"action": "https://shy-alliance.info",
"actionDescription": "Redeliver next day",
"reason": "2",
"reasonDescription": "Business closed"
}
],
"code": "PU",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DL",
"description": "Picked up",
"scanLocation": {
"city": "Midwest City",
"classification": "MIXED",
"countryCode": "TR",
"countryName": "United States",
"postalCode": "97197",
"residential": false,
"stateOrProvinceCode": "MO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "8",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Fort Shayleeside",
"countryCode": "NA",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "SC"
}
},
"locationId": "NbJ",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "0",
"count": "4",
"declaredValue": {
"currency": "GEL",
"value": 531.84
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BARREL",
"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
}
],
"weight": [
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "5"
}
]
}
},
"pieceCounts": [
{
"count": "6",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "4",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "1",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "1",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "9",
"description": "Piece count",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Wrong color",
"type": "DAMAGED"
},
"recipientInformation": {
"address": {
"city": "Houston",
"classification": "BUSINESS",
"countryCode": "PR",
"countryName": "Mexico",
"postalCode": "43224-8799",
"residential": false,
"stateOrProvinceCode": "ID",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Kub - Flatley",
"personName": "Dexter Conn IV",
"phoneNumber": "(473) 442-5720"
}
},
"returnDetail": {
"authorizationName": "Dr. Candace Hettinger",
"reasonDetail": [
{
"description": "Recipient refused",
"type": "LOST"
},
{
"description": "Wrong color",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-01-06T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DL",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Providence",
"countryCode": "GB",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "MD"
}
},
"locationId": "IwE",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-04-18T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "Picked Up",
"eventType": "DL",
"exceptionCode": "None",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Kuhichaven",
"countryCode": "CF",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "MN"
}
},
"locationId": "dmq",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2025-10-09T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DL",
"eventDescription": "In transit",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Rueckerstead",
"countryCode": "LT",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "VT"
}
},
"locationId": "JnD",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-05-20T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "In transit",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Buena Park",
"countryCode": "SE",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "LA"
}
},
"locationId": "RhQ",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-06T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "In transit",
"eventType": "DL",
"exceptionCode": "None",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Port Wellingtonland",
"countryCode": "VE",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "ME"
}
},
"locationId": "RXo",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delayed",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Freight Economy",
"shortDescription": "ES",
"type": "FEDEX_GROUND"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "8",
"contents": [
{
"description": "buttons",
"itemNumber": "1sC8dU",
"partNumber": "amFjOZ",
"receivedQuantity": "7"
}
],
"splitShipments": [
{
"pieceCount": "5",
"statusCode": "KK3D",
"statusDescription": "Pending",
"timestamp": "2025-08-14T00:00:00.0Z"
},
{
"pieceCount": "6",
"statusCode": "OpSc",
"statusDescription": "Status OK",
"timestamp": "2025-10-08T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "4"
}
]
},
"shipperInformation": {
"address": {
"city": "East Howard",
"classification": "MIXED",
"countryCode": "GP",
"countryName": "Mexico",
"postalCode": "68147",
"residential": false,
"stateOrProvinceCode": "AZ",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Wolff - Rutherford",
"personName": "Willis Schmeler",
"phoneNumber": "(432) 615-4918"
}
},
"specialHandlings": [
{
"description": "Signature Required",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Signature Required",
"paymentType": "OTHER",
"type": "SIGNATURE_REQUIRED"
},
{
"description": "Deliver Weekday",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-07-03T00:00:00.0Z",
"ends": "2026-12-17T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "6",
"trackingNumberUniqueId": "112233~554433221100~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Electronics",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Deliver by noon"
},
"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"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "9",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 50,
"reasonDetail": {
"description": "Wrong color",
"type": "LOST"
},
"timeStamp": "2026-02-20T00:00:00.0Z"
},
{
"consolidationID": "4",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 22,
"reasonDetail": {
"description": "Wrong color",
"type": "DAMAGED"
},
"timeStamp": "2025-10-02T00:00:00.0Z"
},
{
"consolidationID": "8",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 18,
"reasonDetail": {
"description": "Wrong color",
"type": "LOST"
},
"timeStamp": "2026-07-06T00:00:00.0Z"
},
{
"consolidationID": "1",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 45,
"reasonDetail": {
"description": "Incorrect address",
"type": "REJECTED"
},
"timeStamp": "2025-12-11T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-05-08T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-12-05T00:00:00.0Z",
"ends": "2027-01-09T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-02-05T00:00:00.0Z",
"ends": "2026-09-28T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-10-07T00:00:00.0Z",
"ends": "2027-03-15T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-03-31T00:00:00.0Z",
"ends": "2027-03-01T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-18T00:00:00.0Z",
"ends": "2026-09-03T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-02-23T00:00:00.0Z",
"window": [
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-11-29T00:00:00.0Z",
"ends": "2027-06-25T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-03-28T00:00:00.0Z",
"ends": "2026-09-06T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-03-29T00:00:00.0Z",
"ends": "2026-10-08T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-12-06T00:00:00.0Z",
"ends": "2026-11-04T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2027-05-01T00:00:00.0Z",
"window": [
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-24T00:00:00.0Z",
"ends": "2027-02-17T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-12-26T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-09-27T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-07-25T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Sacramento",
"classification": "BUSINESS",
"countryCode": "ER",
"countryName": "Canada",
"postalCode": "95565",
"residential": false,
"stateOrProvinceCode": "MS",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "6",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "RW3MK",
"destinationServiceAreaDescription": "Standard area",
"locationDescription": "Receptionist",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Sam Boyle",
"signedByName": "Kenny Collins"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "West Aurelia",
"countryCode": "UA",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "OR"
}
},
"locationId": "qYp",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 2254.21
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Invalid input",
"parameterList": [
{
"key": "LreO6",
"value": "bou6SCpRt7"
},
{
"key": "T0eXa",
"value": "LhzUHmWH56"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-12-27T00:00:00.0Z",
"ends": "2027-02-23T00:00:00.0Z"
}
},
"goodsClassificationCode": "0UEOjhwS",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "East Cierratown",
"classification": "BUSINESS",
"countryCode": "IQ",
"countryName": "Canada",
"postalCode": "05273-3180",
"residential": false,
"stateOrProvinceCode": "OK",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Kovacek, Anderson and Reilly",
"personName": "Laverne Von DVM",
"phoneNumber": "(603) 539-0225"
}
},
"locationId": "flI",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
}
],
"lastUpdatedDestinationAddress": {
"city": "Port Keonworth",
"classification": "BUSINESS",
"countryCode": "MT",
"countryName": "Canada",
"postalCode": "98732-2841",
"residential": false,
"stateOrProvinceCode": "WV",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://dual-gazebo.com/",
"actionDescription": "Contact us",
"reason": "4",
"reasonDescription": "Package damaged"
},
{
"action": "https://hot-angle.org/",
"actionDescription": "Redeliver next day",
"reason": "5",
"reasonDescription": "Business closed"
}
],
"code": "AR",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DL",
"description": "Picked up",
"scanLocation": {
"city": "Lake Quincy",
"classification": "BUSINESS",
"countryCode": "ER",
"countryName": "United States",
"postalCode": "79891",
"residential": false,
"stateOrProvinceCode": "MN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "7",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Boylefort",
"countryCode": "PH",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "SC"
}
},
"locationId": "UlQ",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "8",
"count": "1",
"declaredValue": {
"currency": "XOF",
"value": 836.28
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_BOX"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "7",
"undeliveredCount": "7",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "4"
}
]
}
},
"pieceCounts": [
{
"count": "8",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "2",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "6",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "6",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "6",
"description": "Piece count",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Incorrect address",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"city": "South Jarod",
"classification": "BUSINESS",
"countryCode": "VU",
"countryName": "Mexico",
"postalCode": "52884-3706",
"residential": false,
"stateOrProvinceCode": "WY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Kris, Carroll and Torphy",
"personName": "Rene Rath",
"phoneNumber": "(259) 808-7673"
}
},
"returnDetail": {
"authorizationName": "Janice Bahringer-Ullrich",
"reasonDetail": [
{
"description": "Incorrect address",
"type": "LOST"
},
{
"description": "Package damaged",
"type": "LOST"
}
]
},
"scanEvents": [
{
"date": "2025-09-22T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DL",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "None",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "South Shakira",
"countryCode": "SY",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "SC"
}
},
"locationId": "orj",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-07-15T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "Picked Up",
"eventType": "PU",
"exceptionCode": "None",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "New Rossieside",
"countryCode": "NR",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "CT"
}
},
"locationId": "XxC",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2025-10-06T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "Picked Up",
"eventType": "DL",
"exceptionCode": "None",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "West Greta",
"countryCode": "FK",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "AK"
}
},
"locationId": "bbI",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2025-08-29T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "In transit",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "New Libbieboro",
"countryCode": "CM",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "TX"
}
},
"locationId": "OJG",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2025-10-12T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "PU",
"eventDescription": "In transit",
"eventType": "PU",
"exceptionCode": "None",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Kadenboro",
"countryCode": "MK",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "MN"
}
},
"locationId": "AEf",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delayed",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Freight Economy",
"shortDescription": "FL",
"type": "FEDEX_GROUND"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "6",
"contents": [
{
"description": "polyurethane rope",
"itemNumber": "BHBlw4",
"partNumber": "znyXWO",
"receivedQuantity": "2"
},
{
"description": "plastic parts",
"itemNumber": "7GkwJz",
"partNumber": "PsIarl",
"receivedQuantity": "6"
},
{
"description": "plastic parts",
"itemNumber": "CTpzNW",
"partNumber": "xaqJzf",
"receivedQuantity": "2"
}
],
"splitShipments": [
{
"pieceCount": "8",
"statusCode": "TSLM",
"statusDescription": "Pending",
"timestamp": "2025-11-17T00:00:00.0Z"
},
{
"pieceCount": "3",
"statusCode": "GpfJ",
"statusDescription": "Status OK",
"timestamp": "2026-05-19T00:00:00.0Z"
},
{
"pieceCount": "8",
"statusCode": "UVmb",
"statusDescription": "Pending",
"timestamp": "2025-08-16T00:00:00.0Z"
},
{
"pieceCount": "8",
"statusCode": "6Qfd",
"statusDescription": "Pending",
"timestamp": "2026-02-08T00:00:00.0Z"
},
{
"pieceCount": "0",
"statusCode": "8trW",
"statusDescription": "Pending",
"timestamp": "2026-04-02T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "0"
}
]
},
"shipperInformation": {
"address": {
"city": "Noblesville",
"classification": "MIXED",
"countryCode": "PS",
"countryName": "Mexico",
"postalCode": "46736-9642",
"residential": false,
"stateOrProvinceCode": "LA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Koelpin Group",
"personName": "Bonnie Baumbach II",
"phoneNumber": "(925) 351-7382"
}
},
"specialHandlings": [
{
"description": "Signature Required",
"paymentType": "PREPAID",
"type": "SIGNATURE_REQUIRED"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-02-13T00:00:00.0Z",
"ends": "2027-05-03T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "5",
"trackingNumberUniqueId": "112233~554433221100~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Order 123",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"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"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "2",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 30,
"reasonDetail": {
"description": "Package damaged",
"type": "LOST"
},
"timeStamp": "2025-10-07T00:00:00.0Z"
},
{
"consolidationID": "7",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 11,
"reasonDetail": {
"description": "Recipient refused",
"type": "REJECTED"
},
"timeStamp": "2025-11-11T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2026-08-07T00:00:00.0Z",
"window": [
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-10-09T00:00:00.0Z",
"ends": "2026-12-19T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-02T00:00:00.0Z",
"ends": "2026-08-15T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-09-18T00:00:00.0Z",
"ends": "2027-03-13T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-11-09T00:00:00.0Z",
"ends": "2026-10-06T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-11-19T00:00:00.0Z",
"ends": "2026-08-16T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-10-11T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-01-26T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2025-10-16T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-01-18T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Ewellton",
"classification": "BUSINESS",
"countryCode": "KY",
"countryName": "United States",
"postalCode": "41349-1305",
"residential": false,
"stateOrProvinceCode": "IN",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "4",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "ELYgg",
"destinationServiceAreaDescription": "Appointment required",
"locationDescription": "Front Desk",
"locationType": "FEDEX_EXPRESS_STATION",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Malcolm Durgan-Kuhn",
"signedByName": "Charlie Nikolaus"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Mitchellport",
"countryCode": "BN",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "MI"
}
},
"locationId": "NZl",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 3672.49
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Please provide tracking number",
"parameterList": [
{
"key": "i8E5L",
"value": "3zzzLmLZGb"
},
{
"key": "EHsXE",
"value": "9WTyMYr6YX"
},
{
"key": "dyUnv",
"value": "iqxoJ4yNK5"
},
{
"key": "GAe8d",
"value": "kZdkZecKML"
},
{
"key": "rAcAr",
"value": "hElwR5LDQp"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-07-11T00:00:00.0Z",
"ends": "2027-07-11T00:00:00.0Z"
}
},
"goodsClassificationCode": "QFoYlAKG",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "North Lorine",
"classification": "MIXED",
"countryCode": "BO",
"countryName": "United States",
"postalCode": "98557",
"residential": false,
"stateOrProvinceCode": "NE",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Harvey - Von",
"personName": "Antoinette Bergnaum",
"phoneNumber": "(431) 257-7854"
}
},
"locationId": "mvb",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 2"
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
}
],
"lastUpdatedDestinationAddress": {
"city": "East Katelynnhaven",
"classification": "RESIDENTIAL",
"countryCode": "UG",
"countryName": "Mexico",
"postalCode": "96981-3046",
"residential": false,
"stateOrProvinceCode": "NM",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://simplistic-discourse.net/",
"actionDescription": "Redeliver next day",
"reason": "9",
"reasonDescription": "Customer not available"
},
{
"action": "https://taut-provider.biz/",
"actionDescription": "Redeliver next day",
"reason": "5",
"reasonDescription": "Business closed"
},
{
"action": "https://limp-label.org/",
"actionDescription": "Contact us",
"reason": "6",
"reasonDescription": "Package damaged"
},
{
"action": "https://interesting-gloom.info",
"actionDescription": "Contact us",
"reason": "0",
"reasonDescription": "Customer not available"
}
],
"code": "AR",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DL",
"description": "In transit",
"scanLocation": {
"city": "Frederick",
"classification": "MIXED",
"countryCode": "SD",
"countryName": "Mexico",
"postalCode": "14775-4094",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "2",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Midwest City",
"countryCode": "ZW",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "DE"
}
},
"locationId": "DDR",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "0",
"count": "8",
"declaredValue": {
"currency": "RSD",
"value": 559.22
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "6",
"undeliveredCount": "5",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "3"
}
]
}
},
"pieceCounts": [
{
"count": "5",
"description": "Item count",
"type": "ORIGIN"
},
{
"count": "2",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "9",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "0",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "6",
"description": "Item count",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Package damaged",
"type": "DAMAGED"
},
"recipientInformation": {
"address": {
"city": "Bayamon",
"classification": "RESIDENTIAL",
"countryCode": "GR",
"countryName": "United States",
"postalCode": "95711-9335",
"residential": false,
"stateOrProvinceCode": "WI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Daniel - Weber",
"personName": "Marion Kutch",
"phoneNumber": "(630) 997-4528"
}
},
"returnDetail": {
"authorizationName": "Rosa Raynor",
"reasonDetail": [
{
"description": "Package damaged",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-04-26T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "In transit",
"eventType": "DL",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Port Addiefurt",
"countryCode": "MH",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "MN"
}
},
"locationId": "srs",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-01-06T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DL",
"eventDescription": "In transit",
"eventType": "PU",
"exceptionCode": "None",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Jovaniville",
"countryCode": "MP",
"countryName": "Mexico",
"residential": false,
"stateOrProvinceCode": "MD"
}
},
"locationId": "Xil",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Ground",
"shortDescription": "FL",
"type": "FEDEX_EXPRESS_SAVER"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "4",
"contents": [
{
"description": "buttons",
"itemNumber": "N3ogU8",
"partNumber": "ioGYZx",
"receivedQuantity": "7"
}
],
"splitShipments": [
{
"pieceCount": "5",
"statusCode": "bf6q",
"statusDescription": "Pending",
"timestamp": "2025-09-05T00:00:00.0Z"
},
{
"pieceCount": "8",
"statusCode": "Js6D",
"statusDescription": "Pending",
"timestamp": "2025-10-23T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "9"
},
{
"unit": "LB",
"value": "1"
}
]
},
"shipperInformation": {
"address": {
"city": "Midland",
"classification": "RESIDENTIAL",
"countryCode": "GL",
"countryName": "Canada",
"postalCode": "33418-1513",
"residential": false,
"stateOrProvinceCode": "IN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Collins and Sons",
"personName": "Alma Waters",
"phoneNumber": "(218) 283-2100"
}
},
"specialHandlings": [
{
"description": "Signature Required",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "SIGNATURE_REQUIRED"
},
{
"description": "Signature Required",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-01-05T00:00:00.0Z",
"ends": "2027-01-23T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "4",
"trackingNumberUniqueId": "112233~554433221100~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Work shipment",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "245822~123456789012~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "392011~987654321098~FDG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Do not stack"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "6",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 16,
"reasonDetail": {
"description": "Incorrect address",
"type": "DAMAGED"
},
"timeStamp": "2026-04-20T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-06-01T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-10T00:00:00.0Z",
"ends": "2026-12-28T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-27T00:00:00.0Z",
"ends": "2027-06-20T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-01-24T00:00:00.0Z",
"ends": "2027-06-01T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-12-03T00:00:00.0Z",
"ends": "2027-01-22T00:00:00.0Z"
}
},
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-10-07T00:00:00.0Z",
"ends": "2026-08-13T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature not required",
"requestedAppointmentDetail": {
"date": "2026-11-17T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-04-06T00:00:00.0Z",
"ends": "2027-01-13T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-05-27T00:00:00.0Z",
"ends": "2027-02-12T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-04-26T00:00:00.0Z",
"ends": "2027-02-19T00:00:00.0Z"
}
}
]
},
"status": "COMPLETED",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-04-09T00:00:00.0Z",
"window": [
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-03-01T00:00:00.0Z",
"ends": "2026-10-02T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-02-19T00:00:00.0Z",
"ends": "2027-01-02T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-05-16T00:00:00.0Z",
"ends": "2027-02-25T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-11-18T00:00:00.0Z",
"ends": "2027-02-14T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-01-02T00:00:00.0Z",
"window": [
{
"description": "Morning",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-12-31T00:00:00.0Z",
"ends": "2027-01-12T00:00:00.0Z"
}
},
{
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-07-20T00:00:00.0Z",
"ends": "2027-03-07T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-02-20T00:00:00.0Z",
"window": [
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-05-17T00:00:00.0Z",
"ends": "2026-08-08T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-11-22T00:00:00.0Z",
"ends": "2026-10-07T00:00:00.0Z"
}
},
{
"description": "Afternoon",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-25T00:00:00.0Z",
"ends": "2026-12-05T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2025-09-21T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-04-26T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-07-11T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-05-19T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-07-10T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "South Thurmanville",
"classification": "RESIDENTIAL",
"countryCode": "TM",
"countryName": "Mexico",
"postalCode": "89323",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "4",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "2WDgX",
"destinationServiceAreaDescription": "Standard area",
"locationDescription": "Receptionist",
"locationType": "FEDEX_EXPRESS_STATION",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Maxine Abbott",
"signedByName": "Mable Turcotte"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Flower Mound",
"countryCode": "SO",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "WI"
}
},
"locationId": "FYw",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 217.17
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Please provide tracking number",
"parameterList": [
{
"key": "a4jKI",
"value": "01qGp3II68"
},
{
"key": "j1Z6m",
"value": "4N4K5Qtsmt"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2027-06-23T00:00:00.0Z",
"ends": "2026-08-22T00:00:00.0Z"
}
},
"goodsClassificationCode": "YO43dKVJ",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Kettering",
"classification": "RESIDENTIAL",
"countryCode": "GM",
"countryName": "Mexico",
"postalCode": "76790-7422",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Sanford, Fadel and Lynch",
"personName": "Gwen Douglas",
"phoneNumber": "(528) 490-2822"
}
},
"locationId": "CJn",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Informational message 1"
}
],
"lastUpdatedDestinationAddress": {
"city": "Severn",
"classification": "MIXED",
"countryCode": "MY",
"countryName": "Mexico",
"postalCode": "73258",
"residential": false,
"stateOrProvinceCode": "NC",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://cooperative-spirit.net/",
"actionDescription": "Contact us",
"reason": "4",
"reasonDescription": "Customer not available"
},
{
"action": "https://unfit-bell.com/",
"actionDescription": "Redeliver next day",
"reason": "0",
"reasonDescription": "Customer not available"
},
{
"action": "https://burdensome-premier.org",
"actionDescription": "Redeliver next day",
"reason": "3",
"reasonDescription": "Business closed"
},
{
"action": "https://short-term-pigsty.info/",
"actionDescription": "Redeliver next day",
"reason": "0",
"reasonDescription": "Package damaged"
},
{
"action": "https://responsible-outset.com/",
"actionDescription": "Redeliver next day",
"reason": "4",
"reasonDescription": "Package damaged"
}
],
"code": "AR",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DL",
"description": "In transit",
"scanLocation": {
"city": "Fort Augustafort",
"classification": "RESIDENTIAL",
"countryCode": "SJ",
"countryName": "United States",
"postalCode": "16569-0976",
"residential": false,
"stateOrProvinceCode": "IN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "7",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Port Boris",
"countryCode": "SO",
"countryName": "Canada",
"residential": false,
"stateOrProvinceCode": "IN"
}
},
"locationId": "FWD",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "1",
"count": "7",
"declaredValue": {
"currency": "CUP",
"value": 349.58
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Box",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BAG",
"sequenceNumber": "1",
"undeliveredCount": "6",
"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": "2"
},
{
"unit": "LB",
"value": "9"
},
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "0"
}
]
}
},
"pieceCounts": [
{
"count": "3",
"description": "Piece count",
"type": "ORIGIN"
},
{
"count": "8",
"description": "Piece count",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"city": "Priscillaton",
"classification": "BUSINESS",
"countryCode": "PT",
"countryName": "United States",
"postalCode": "07895-1334",
"residential": false,
"stateOrProvinceCode": "NM",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Brekke and Sons",
"personName": "Wilbur Mertz-VonRueden",
"phoneNumber": "(422) 410-1740"
}
},
"returnDetail": {
"authorizationName": "Melissa Bartoletti III",
"reasonDetail": [
{
"description": "Recipient refused",
"type": "LOST"
}
]
},
"scanEvents": [
{
"date": "2025-11-13T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked Up",
"derivedStatusCode": "DL",
"eventDescription": "In transit",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Package available for clearance",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Cedar Rapids",
"countryCode": "SE",
"countryName": "United States",
"residential": false,
"stateOrProvinceCode": "MN"
}
},
"locationId": "fjh",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delivery on time",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Ground",
"shortDescription": "FL",
"type": "FEDEX_EXPRESS_SAVER"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "2",
"contents": [
{
"description": "plastic parts",
"itemNumber": "w0XxVd",
"partNumber": "u0BNu8",
"receivedQuantity": "6"
},
{
"description": "polyurethane rope",
"itemNumber": "jimJzP",
"partNumber": "j5Tbq1",
"receivedQuantity": "1"
}
],
"splitShipments": [
{
"pieceCount": "1",
"statusCode": "yrfl",
"statusDescription": "Status OK",
"timestamp": "2025-09-08T00:00:00.0Z"
},
{
"pieceCount": "1",
"statusCode": "y6I0",
"statusDescription": "Status OK",
"timestamp": "2026-06-20T00:00:00.0Z"
},
{
"pieceCount": "8",
"statusCode": "jxq7",
"statusDescription": "Status OK",
"timestamp": "2026-02-17T00:00:00.0Z"
},
{
"pieceCount": "8",
"statusCode": "Ne5m",
"statusDescription": "Status OK",
"timestamp": "2026-06-07T00:00:00.0Z"
},
{
"pieceCount": "9",
"statusCode": "kU2n",
"statusDescription": "Pending",
"timestamp": "2026-04-21T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "6"
}
]
},
"shipperInformation": {
"address": {
"city": "South Olafburgh",
"classification": "MIXED",
"countryCode": "IM",
"countryName": "United States",
"postalCode": "94506",
"residential": false,
"stateOrProvinceCode": "MT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Stehr and Sons",
"personName": "Dr. Lois Goyette",
"phoneNumber": "(949) 237-6011"
}
},
"specialHandlings": [
{
"description": "Signature Required",
"paymentType": "OTHER",
"type": "SIGNATURE_REQUIRED"
},
{
"description": "Signature Required",
"paymentType": "PREPAID",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Evening",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-09-20T00:00:00.0Z",
"ends": "2027-05-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "9",
"trackingNumberUniqueId": "245822~123456789012~FDEG"
}
}
]
}
]
},
"transactionId": "792b5fc2-13ef-4c93-b240-b427218edccb"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "TRACKING.REFERENCETYPE.INVALID",
"message": "Please provide a valid reference/associated type"
}
]
}{
"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."
}
]
}