FedEx Track by Reference Virtual Sandbox
Track shipments using customer-provided reference numbers.
The FedEx Track by Reference API allows developers to retrieve shipment status and tracking details using internal customer reference numbers instead of standard tracking IDs. This service provides visibility into shipment progress, delivery status, and exception events for logistics workflows.
Use this hosted sandbox to simulate FedEx Track by Reference APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to validate reference-based tracking requests, verify response mapping for various shipment statuses, test error handling for invalid reference numbers, and ensure proper parsing of tracking event objects in your logistics integration.
General
POST
| Header Name | Example |
|---|---|
x-customer-transaction-id | "624deea6-b709-470c-8c39-4b5511281492" |
content-type* | "application/json" |
x-locale | "en_US" |
authorization* | "Bearer XXX" |
{
"referencesInformation": {
"accountNumber": "",
"destinationCountryCode": "US",
"destinationPostalCode": "80010",
"shipDateBegin": "2020-08-15",
"shipDateEnd": "2020-08-15",
"type": "PURCHASE_ORDER",
"value": "11716439 [4133589]"
}
}{
"customerTransactionId": "B4yeuFB4LKYXETj",
"output": {
"alerts": "TRACKING.DATA.NOTFOUND - Tracking data unavailable",
"completeTrackResults": [
{
"trackingNumber": "7",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Order 1",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "115323~177913258248~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "171150~135447242206~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "129032~449768207062~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "942408~221552968299~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Leave at porch"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "8",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 22,
"reasonDetail": {
"description": "Wrong color",
"type": "RETURNED"
},
"timeStamp": "2026-06-28T00:00:00.0Z"
},
{
"consolidationID": "3",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 5,
"reasonDetail": {
"description": "Customer request",
"type": "CANCELLED"
},
"timeStamp": "2026-06-30T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 46,
"reasonDetail": {
"description": "Customer request",
"type": "REJECTED"
},
"timeStamp": "2026-07-01T00:00:00.0Z"
},
{
"consolidationID": "2",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 14,
"reasonDetail": {
"description": "Incorrect address",
"type": "REJECTED"
},
"timeStamp": "2026-06-28T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2026-10-22T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-07-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "South Theafield",
"classification": "RESIDENTIAL",
"countryCode": "SC",
"countryName": "Tajikistan",
"postalCode": "05676",
"residential": false,
"stateOrProvinceCode": "NE",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "2",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "zCEmE",
"destinationServiceAreaDescription": "Appointment required",
"locationDescription": "Receptionist",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Leigh Goldner",
"signedByName": "Kim Hudson"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "South Jeramy",
"classification": "BUSINESS",
"countryCode": "US",
"postalCode": "58463-6199",
"residential": false,
"stateOrProvinceCode": "NC",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 889.25
},
"error": {
"code": "TRACKING.NOT_FOUND",
"message": "Tracking number not found.",
"parameterList": [
{
"key": "identifier",
"value": "OQZkxIEq"
},
{
"key": "param2",
"value": "nd5fQ4DK"
},
{
"key": "param2",
"value": "I6Fh4VRL"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "IqmoCU",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "South Ted",
"classification": "RESIDENTIAL",
"countryCode": "TV",
"countryName": "Greenland",
"postalCode": "38578-8600",
"residential": false,
"stateOrProvinceCode": "AR",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Breitenberg, Ferry and Parisian",
"personName": "Eva Marquardt",
"phoneNumber": "(520) 553-4864"
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Entry fee applies."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Entry fee applies."
}
],
"lastUpdatedDestinationAddress": {
"city": "West Krystal",
"classification": "RESIDENTIAL",
"countryCode": "FR",
"countryName": "Seychelles",
"postalCode": "53706",
"residential": false,
"stateOrProvinceCode": "MA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://grumpy-transparency.com",
"actionDescription": "Contact us for support",
"reason": "4",
"reasonDescription": "Business closed"
}
],
"code": "DL",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "Picked up",
"scanLocation": {
"city": "West Etha",
"classification": "RESIDENTIAL",
"countryCode": "MG",
"countryName": "Papua New Guinea",
"postalCode": "84008-8208",
"residential": false,
"stateOrProvinceCode": "NV",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "2",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Fort Adonis",
"classification": "BUSINESS",
"countryCode": "LU",
"postalCode": "12816",
"residential": false,
"stateOrProvinceCode": "NC",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "1",
"count": "5",
"declaredValue": {
"currency": "LAK",
"value": 95.24
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BOX",
"sequenceNumber": "8",
"undeliveredCount": "4",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "8"
}
]
}
},
"pieceCounts": [
{
"count": "7",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "1",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Incorrect address",
"type": "RETURNED"
},
"recipientInformation": {
"address": {
"city": "Jefferyhaven",
"classification": "BUSINESS",
"countryCode": "CL",
"countryName": "Anguilla",
"postalCode": "75702",
"residential": false,
"stateOrProvinceCode": "NM",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Rippin, Schumm and Ziemann",
"personName": "Peter Koepp",
"phoneNumber": "(549) 299-4202"
}
},
"returnDetail": {
"authorizationName": "Lillian Volkman Jr.",
"reasonDetail": [
{
"description": "Customer request",
"type": "REJECTED"
},
{
"description": "Wrong color",
"type": "REJECTED"
},
{
"description": "Customer request",
"type": "CANCELLED"
},
{
"description": "Customer request",
"type": "RETURNED"
},
{
"description": "Incorrect address",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DP",
"eventDescription": "Picked up",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lake Ima",
"classification": "BUSINESS",
"countryCode": "SA",
"postalCode": "05374",
"residential": false,
"stateOrProvinceCode": "OH",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "DP",
"eventDescription": "Picked up",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lake Eliseo",
"classification": "RESIDENTIAL",
"countryCode": "RU",
"postalCode": "81648-8648",
"residential": false,
"stateOrProvinceCode": "AK",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DP",
"eventDescription": "Departed facility",
"eventType": "DP",
"exceptionCode": "B10",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Martyburgh",
"classification": "RESIDENTIAL",
"countryCode": "MK",
"postalCode": "43705",
"residential": false,
"stateOrProvinceCode": "UT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "Picked up",
"eventType": "DP",
"exceptionCode": "B10",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Ettieshire",
"classification": "BUSINESS",
"countryCode": "UA",
"postalCode": "21141",
"residential": false,
"stateOrProvinceCode": "MO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date available.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Ground",
"shortDescription": "FE",
"type": "FEDEX_GROUND"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "0",
"contents": [
{
"description": "Office supplies",
"itemNumber": "2JfSCc",
"partNumber": "4e0Ufm",
"receivedQuantity": "2"
},
{
"description": "Polyurethane rope",
"itemNumber": "oxGpgS",
"partNumber": "VUDlWz",
"receivedQuantity": "9"
},
{
"description": "Office supplies",
"itemNumber": "3tpXTE",
"partNumber": "cJ1nAC",
"receivedQuantity": "6"
}
],
"splitShipments": [
{
"pieceCount": "4",
"statusCode": "gy5q",
"statusDescription": "Status OK",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "6"
}
]
},
"shipperInformation": {
"address": {
"city": "Herminiastad",
"classification": "BUSINESS",
"countryCode": "TR",
"countryName": "Eritrea",
"postalCode": "20702-8575",
"residential": false,
"stateOrProvinceCode": "MS",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Schoen - Fisher",
"personName": "Velma Farrell",
"phoneNumber": "(719) 489-8468"
}
},
"specialHandlings": [
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "4",
"trackingNumberUniqueId": "213566~516382864898~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Personal Shipment",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "059120~504499839241~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "691223~964183708649~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "792322~146012927153~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Leave at porch"
},
"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": "8",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 33,
"reasonDetail": {
"description": "Wrong color",
"type": "RETURNED"
},
"timeStamp": "2026-06-29T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-04-10T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Rennerhaven",
"classification": "BUSINESS",
"countryCode": "BO",
"countryName": "Kyrgyz Republic",
"postalCode": "52784-3382",
"residential": false,
"stateOrProvinceCode": "MN",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "6",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "jnL5g",
"destinationServiceAreaDescription": "Appointment required",
"locationDescription": "Receptionist",
"locationType": "FEDEX_EXPRESS_STATION",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Archie Bogisich",
"signedByName": "Mr. Randy Wuckert MD"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "West Tristianshire",
"classification": "BUSINESS",
"countryCode": "YE",
"postalCode": "00435",
"residential": false,
"stateOrProvinceCode": "MT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 1443.65
},
"error": {
"code": "TRACKING.AUTH.INVALID",
"message": "Authentication failed.",
"parameterList": [
{
"key": "param1",
"value": "uLc4TNXW"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "1coLc1",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Port Jabariworth",
"classification": "RESIDENTIAL",
"countryCode": "AX",
"countryName": "Palau",
"postalCode": "84367",
"residential": false,
"stateOrProvinceCode": "HI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "West, Schmitt and Bechtelar",
"personName": "Lonnie Ankunding V",
"phoneNumber": "(874) 471-6032"
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Package requires signature."
}
],
"lastUpdatedDestinationAddress": {
"city": "Bethlehem",
"classification": "RESIDENTIAL",
"countryCode": "ER",
"countryName": "Austria",
"postalCode": "24782",
"residential": false,
"stateOrProvinceCode": "CT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://defenseless-silk.name/",
"actionDescription": "Contact us for support",
"reason": "9",
"reasonDescription": "Customer not available"
}
],
"code": "IT",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "Delivered",
"scanLocation": {
"city": "Bodecester",
"classification": "RESIDENTIAL",
"countryCode": "SM",
"countryName": "Russian Federation",
"postalCode": "53737",
"residential": false,
"stateOrProvinceCode": "MS",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "9",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Christyborough",
"classification": "RESIDENTIAL",
"countryCode": "TO",
"postalCode": "81796",
"residential": false,
"stateOrProvinceCode": "RI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "7",
"count": "4",
"declaredValue": {
"currency": "NGN",
"value": 96.64
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "TUBE",
"sequenceNumber": "5",
"undeliveredCount": "2",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "7"
}
]
}
},
"pieceCounts": [
{
"count": "7",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "9",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"city": "North Lucindaland",
"classification": "BUSINESS",
"countryCode": "TK",
"countryName": "North Macedonia",
"postalCode": "14302",
"residential": false,
"stateOrProvinceCode": "KY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Moen, Abernathy and Wisozk",
"personName": "Kara Hagenes",
"phoneNumber": "(334) 460-3592"
}
},
"returnDetail": {
"authorizationName": "Vernon Bartoletti",
"reasonDetail": [
{
"description": "Wrong color",
"type": "RETURNED"
},
{
"description": "Wrong color",
"type": "CANCELLED"
},
{
"description": "Customer request",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked up",
"derivedStatusCode": "PU",
"eventDescription": "Departed facility",
"eventType": "DP",
"exceptionCode": "B10",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "New Adeleburgh",
"classification": "RESIDENTIAL",
"countryCode": "HU",
"postalCode": "39361-7033",
"residential": false,
"stateOrProvinceCode": "LA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delivery on schedule.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Ground",
"shortDescription": "FG",
"type": "FEDEX_EXPRESS"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "1",
"contents": [
{
"description": "Electronic parts",
"itemNumber": "QwRyMt",
"partNumber": "ocbTsj",
"receivedQuantity": "6"
}
],
"splitShipments": [
{
"pieceCount": "9",
"statusCode": "76aB",
"statusDescription": "Status OK",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "5"
}
]
},
"shipperInformation": {
"address": {
"city": "Weston",
"classification": "BUSINESS",
"countryCode": "LY",
"countryName": "Liechtenstein",
"postalCode": "76926",
"residential": false,
"stateOrProvinceCode": "DE",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Harvey and Sons",
"personName": "Joshua Becker",
"phoneNumber": "(310) 997-7205"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "4",
"trackingNumberUniqueId": "789289~113916708547~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Home Delivery",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "681802~755142069703~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "637708~328051721327~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "037106~263220639930~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "503375~246298030528~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "628133~188916559229~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Handle with care"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "7",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 19,
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"timeStamp": "2026-06-26T00:00:00.0Z"
},
{
"consolidationID": "1",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 41,
"reasonDetail": {
"description": "Customer request",
"type": "CANCELLED"
},
"timeStamp": "2026-07-01T00:00:00.0Z"
},
{
"consolidationID": "9",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 50,
"reasonDetail": {
"description": "Incorrect address",
"type": "REJECTED"
},
"timeStamp": "2026-06-27T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 25,
"reasonDetail": {
"description": "Incorrect address",
"type": "RETURNED"
},
"timeStamp": "2026-06-30T00:00:00.0Z"
},
{
"consolidationID": "6",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 31,
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"timeStamp": "2026-06-29T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-12-19T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Orlandomouth",
"classification": "RESIDENTIAL",
"countryCode": "CV",
"countryName": "Hungary",
"postalCode": "83217",
"residential": false,
"stateOrProvinceCode": "NM",
"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"
}
],
"deliveryToday": true,
"destinationServiceArea": "YAdum",
"destinationServiceAreaDescription": "Standard delivery",
"locationDescription": "Front Desk",
"locationType": "FEDEX_EXPRESS_STATION",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Evan Bergnaum-Stark",
"signedByName": "Dr. Tyler O'Hara"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "South Jakaylabury",
"classification": "RESIDENTIAL",
"countryCode": "MV",
"postalCode": "39443-9475",
"residential": false,
"stateOrProvinceCode": "OK",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 1104
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "param1",
"value": "luagFJ3o"
},
{
"key": "identifier",
"value": "5MtXiBee"
},
{
"key": "identifier",
"value": "5ewJ6rob"
},
{
"key": "identifier",
"value": "GADmc1UL"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "CDO9WT",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lake Kendra",
"classification": "RESIDENTIAL",
"countryCode": "PS",
"countryName": "Belize",
"postalCode": "36191-9137",
"residential": false,
"stateOrProvinceCode": "WY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Grant, Connelly and Corwin",
"personName": "Luis Swift",
"phoneNumber": "(679) 583-9319"
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Entry fee applies."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Package requires signature."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Entry fee applies."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Entry fee applies."
}
],
"lastUpdatedDestinationAddress": {
"city": "South Khalidside",
"classification": "BUSINESS",
"countryCode": "BG",
"countryName": "Netherlands",
"postalCode": "79483-4661",
"residential": false,
"stateOrProvinceCode": "IN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://live-duster.org",
"actionDescription": "Reschedule delivery",
"reason": "4",
"reasonDescription": "Refused delivery"
}
],
"code": "PU",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DL",
"description": "Picked up",
"scanLocation": {
"city": "Ninafurt",
"classification": "BUSINESS",
"countryCode": "UY",
"countryName": "Cape Verde",
"postalCode": "49890-8352",
"residential": false,
"stateOrProvinceCode": "PA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "In transit"
},
"meterNumber": "0",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Port Danialfield",
"classification": "RESIDENTIAL",
"countryCode": "FJ",
"postalCode": "17056-1754",
"residential": false,
"stateOrProvinceCode": "SC",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "3",
"count": "7",
"declaredValue": {
"currency": "MRU",
"value": 393.26
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Envelope",
"type": "FEDEX_ENVELOPE"
},
"physicalPackagingType": "BARREL",
"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": "5"
},
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "5"
}
]
}
},
"pieceCounts": [
{
"count": "3",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Customer request",
"type": "CANCELLED"
},
"recipientInformation": {
"address": {
"city": "O'Connerfield",
"classification": "RESIDENTIAL",
"countryCode": "BV",
"countryName": "Aland Islands",
"postalCode": "34082-7619",
"residential": false,
"stateOrProvinceCode": "NV",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Friesen - Bradtke",
"personName": "Alberta Bruen",
"phoneNumber": "(612) 675-7361"
}
},
"returnDetail": {
"authorizationName": "Zachary Pollich",
"reasonDetail": [
{
"description": "Customer request",
"type": "REJECTED"
},
{
"description": "Wrong color",
"type": "CANCELLED"
}
]
},
"scanEvents": [
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DP",
"eventDescription": "Departed facility",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "West Des Moines",
"classification": "BUSINESS",
"countryCode": "YT",
"postalCode": "43997",
"residential": false,
"stateOrProvinceCode": "WI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "PU",
"eventDescription": "Picked up",
"eventType": "DP",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Port Alexandrachester",
"classification": "RESIDENTIAL",
"countryCode": "NR",
"postalCode": "39121",
"residential": false,
"stateOrProvinceCode": "WY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delivery on schedule.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Ground",
"shortDescription": "FE",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "7",
"contents": [
{
"description": "Office supplies",
"itemNumber": "x5HP3A",
"partNumber": "YyNtCA",
"receivedQuantity": "2"
},
{
"description": "Polyurethane rope",
"itemNumber": "dekAQe",
"partNumber": "ChegLb",
"receivedQuantity": "1"
}
],
"splitShipments": [
{
"pieceCount": "3",
"statusCode": "WLr3",
"statusDescription": "Pending",
"timestamp": "2026-06-29T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "7"
}
]
},
"shipperInformation": {
"address": {
"city": "New Nelson",
"classification": "RESIDENTIAL",
"countryCode": "HK",
"countryName": "Turkmenistan",
"postalCode": "23261",
"residential": false,
"stateOrProvinceCode": "MT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Bogisich Inc",
"personName": "Miss Patty Gleason",
"phoneNumber": "(798) 890-9729"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "7",
"trackingNumberUniqueId": "893836~662831109768~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Personal Shipment",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "597651~260258396152~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "910279~272450817399~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Do not ring bell"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
},
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "5",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 16,
"reasonDetail": {
"description": "Incorrect address",
"type": "RETURNED"
},
"timeStamp": "2026-06-28T00:00:00.0Z"
},
{
"consolidationID": "6",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 14,
"reasonDetail": {
"description": "Customer request",
"type": "RETURNED"
},
"timeStamp": "2026-06-30T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-05-18T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-07-07T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-29T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Fort Tamia",
"classification": "BUSINESS",
"countryCode": "VA",
"countryName": "North Macedonia",
"postalCode": "83794-9860",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "3",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "qLbGY",
"destinationServiceAreaDescription": "Appointment required",
"locationDescription": "Front Desk",
"locationType": "FEDEX_EXPRESS_STATION",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Howard Wolf",
"signedByName": "Tracey Goyette"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Greenholtstead",
"classification": "RESIDENTIAL",
"countryCode": "AO",
"postalCode": "71198",
"residential": false,
"stateOrProvinceCode": "ND",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 307.62
},
"error": {
"code": "TRACKING.NOT_FOUND",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "identifier",
"value": "w2zW28v2"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "xEo6kd",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Port Asha",
"classification": "RESIDENTIAL",
"countryCode": "NU",
"countryName": "Virgin Islands, British",
"postalCode": "43889-1306",
"residential": false,
"stateOrProvinceCode": "NC",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Howell - Huels",
"personName": "Grace Adams",
"phoneNumber": "(507) 676-4489"
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Package requires signature."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Entry fee applies."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Package requires signature."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Entry fee applies."
}
],
"lastUpdatedDestinationAddress": {
"city": "Lake Lonzo",
"classification": "RESIDENTIAL",
"countryCode": "SE",
"countryName": "Albania",
"postalCode": "00018",
"residential": false,
"stateOrProvinceCode": "MN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://unwelcome-gown.org",
"actionDescription": "Contact us for support",
"reason": "7",
"reasonDescription": "Customer not available"
},
{
"action": "https://nutritious-story.net",
"actionDescription": "Reschedule delivery",
"reason": "1",
"reasonDescription": "Refused delivery"
},
{
"action": "https://crazy-metabolite.info/",
"actionDescription": "Reschedule delivery",
"reason": "8",
"reasonDescription": "Refused delivery"
},
{
"action": "https://familiar-solution.org",
"actionDescription": "Contact us for support",
"reason": "1",
"reasonDescription": "Customer not available"
},
{
"action": "https://official-hammock.name",
"actionDescription": "Contact us for support",
"reason": "2",
"reasonDescription": "Customer not available"
}
],
"code": "IT",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "DL",
"description": "In transit",
"scanLocation": {
"city": "North Armando",
"classification": "RESIDENTIAL",
"countryCode": "GR",
"countryName": "Gibraltar",
"postalCode": "03950-0160",
"residential": false,
"stateOrProvinceCode": "MD",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "4",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Kreigerchester",
"classification": "RESIDENTIAL",
"countryCode": "AF",
"postalCode": "79575-9993",
"residential": false,
"stateOrProvinceCode": "MN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "0",
"count": "5",
"declaredValue": {
"currency": "GTQ",
"value": 5.75
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_ENVELOPE"
},
"physicalPackagingType": "TUBE",
"sequenceNumber": "9",
"undeliveredCount": "1",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "9"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "6"
}
]
}
},
"pieceCounts": [
{
"count": "6",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Customer request",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"city": "Lake Daxberg",
"classification": "BUSINESS",
"countryCode": "MT",
"countryName": "Thailand",
"postalCode": "67170-7994",
"residential": false,
"stateOrProvinceCode": "MI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Kshlerin, Lebsack and Connelly",
"personName": "Christy Goodwin",
"phoneNumber": "(721) 767-2256"
}
},
"returnDetail": {
"authorizationName": "Mr. Todd Grant",
"reasonDetail": [
{
"description": "Customer request",
"type": "CANCELLED"
},
{
"description": "Incorrect address",
"type": "CANCELLED"
},
{
"description": "Incorrect address",
"type": "RETURNED"
},
{
"description": "Wrong color",
"type": "RETURNED"
}
]
},
"scanEvents": [
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DP",
"eventDescription": "Departed facility",
"eventType": "DP",
"exceptionCode": "A25",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lake Yesenia",
"classification": "RESIDENTIAL",
"countryCode": "CO",
"postalCode": "07692-8993",
"residential": false,
"stateOrProvinceCode": "WI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DP",
"eventDescription": "Picked up",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "South Lazarofort",
"classification": "RESIDENTIAL",
"countryCode": "TR",
"postalCode": "50359-0392",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date available.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Express",
"shortDescription": "FE",
"type": "FEDEX_GROUND"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "3",
"contents": [
{
"description": "Polyurethane rope",
"itemNumber": "Bmgfv1",
"partNumber": "afaNoX",
"receivedQuantity": "0"
},
{
"description": "Office supplies",
"itemNumber": "blDzau",
"partNumber": "A8zbGP",
"receivedQuantity": "3"
}
],
"splitShipments": [
{
"pieceCount": "0",
"statusCode": "iiYv",
"statusDescription": "Pending",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "3",
"statusCode": "as2B",
"statusDescription": "Status OK",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "9",
"statusCode": "Aq5q",
"statusDescription": "Status OK",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "8",
"statusCode": "cCAJ",
"statusDescription": "Status OK",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "8",
"statusCode": "17l9",
"statusDescription": "Status OK",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "9"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "0"
}
]
},
"shipperInformation": {
"address": {
"city": "Indianapolis",
"classification": "RESIDENTIAL",
"countryCode": "TT",
"countryName": "Solomon Islands",
"postalCode": "78127",
"residential": false,
"stateOrProvinceCode": "PA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Hermann, Zieme and Kirlin",
"personName": "Marco Hansen IV",
"phoneNumber": "(984) 698-2894"
}
},
"specialHandlings": [
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Saturday Delivery",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
}
],
"standardTransitTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "9",
"trackingNumberUniqueId": "396556~383339387941~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Personal Shipment",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "286936~927248052163~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "266121~820243349797~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "648011~569886318144~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "763283~345675557834~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Handle with care"
},
"availableImages": [
{
"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": 36,
"reasonDetail": {
"description": "Customer request",
"type": "RETURNED"
},
"timeStamp": "2026-06-29T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-09-09T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-05-05T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-07-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "East Lucienne",
"classification": "BUSINESS",
"countryCode": "BZ",
"countryName": "Libyan Arab Jamahiriya",
"postalCode": "92641-1537",
"residential": false,
"stateOrProvinceCode": "MO",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "5",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "VRymS",
"destinationServiceAreaDescription": "Appointment required",
"locationDescription": "Receptionist",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Roberto Barrows",
"signedByName": "Rodney Hessel"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Starkmouth",
"classification": "RESIDENTIAL",
"countryCode": "MK",
"postalCode": "54531",
"residential": false,
"stateOrProvinceCode": "IN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 692.4
},
"error": {
"code": "TRACKING.NOT_FOUND",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "param2",
"value": "1zc211uR"
},
{
"key": "identifier",
"value": "YfmsXiKe"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "s4Yszz",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Fort Collins",
"classification": "RESIDENTIAL",
"countryCode": "BQ",
"countryName": "Bermuda",
"postalCode": "53073-5101",
"residential": false,
"stateOrProvinceCode": "MN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Koss, Wiza and Hamill",
"personName": "Bessie Breitenberg",
"phoneNumber": "(842) 921-3114"
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Entry fee applies."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Entry fee applies."
}
],
"lastUpdatedDestinationAddress": {
"city": "Georgianafort",
"classification": "BUSINESS",
"countryCode": "KY",
"countryName": "Colombia",
"postalCode": "00783-1158",
"residential": false,
"stateOrProvinceCode": "IA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://wee-hippodrome.biz",
"actionDescription": "Reschedule delivery",
"reason": "6",
"reasonDescription": "Customer not available"
},
{
"action": "https://quarterly-cornet.info/",
"actionDescription": "Reschedule delivery",
"reason": "0",
"reasonDescription": "Refused delivery"
},
{
"action": "https://right-bungalow.info/",
"actionDescription": "Contact us for support",
"reason": "7",
"reasonDescription": "Business closed"
},
{
"action": "https://qualified-scratch.net/",
"actionDescription": "Contact us for support",
"reason": "7",
"reasonDescription": "Customer not available"
}
],
"code": "DL",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "Picked up",
"scanLocation": {
"city": "South San Francisco",
"classification": "BUSINESS",
"countryCode": "PK",
"countryName": "Ghana",
"postalCode": "00247-6424",
"residential": false,
"stateOrProvinceCode": "MT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "0",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Asheville",
"classification": "BUSINESS",
"countryCode": "GN",
"postalCode": "12045-1178",
"residential": false,
"stateOrProvinceCode": "AR",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "6",
"count": "2",
"declaredValue": {
"currency": "MMK",
"value": 414.54
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Envelope",
"type": "FEDEX_ENVELOPE"
},
"physicalPackagingType": "BOX",
"sequenceNumber": "4",
"undeliveredCount": "0",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "9"
}
]
}
},
"pieceCounts": [
{
"count": "9",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "0",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "1",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "9",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"recipientInformation": {
"address": {
"city": "Everettport",
"classification": "BUSINESS",
"countryCode": "CU",
"countryName": "Pitcairn Islands",
"postalCode": "93238-4059",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Kuhn, Anderson and Thompson",
"personName": "Ann Daugherty",
"phoneNumber": "(760) 447-2641"
}
},
"returnDetail": {
"authorizationName": "Cary Gleason Jr.",
"reasonDetail": [
{
"description": "Incorrect address",
"type": "CANCELLED"
},
{
"description": "Customer request",
"type": "REJECTED"
},
{
"description": "Incorrect address",
"type": "REJECTED"
},
{
"description": "Wrong color",
"type": "RETURNED"
},
{
"description": "Wrong color",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked up",
"derivedStatusCode": "PU",
"eventDescription": "Departed facility",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "North Anna",
"classification": "RESIDENTIAL",
"countryCode": "AW",
"postalCode": "64680-6003",
"residential": false,
"stateOrProvinceCode": "ME",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked up",
"derivedStatusCode": "DP",
"eventDescription": "Picked up",
"eventType": "DP",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Chesapeake",
"classification": "BUSINESS",
"countryCode": "TC",
"postalCode": "29712",
"residential": false,
"stateOrProvinceCode": "KY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "PU",
"eventDescription": "Departed facility",
"eventType": "DP",
"exceptionCode": "B10",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Kellybury",
"classification": "BUSINESS",
"countryCode": "IE",
"postalCode": "27964-5589",
"residential": false,
"stateOrProvinceCode": "GA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked up",
"derivedStatusCode": "DP",
"eventDescription": "Departed facility",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "South Caitlynworth",
"classification": "BUSINESS",
"countryCode": "AE",
"postalCode": "96039-6482",
"residential": false,
"stateOrProvinceCode": "CT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "DP",
"eventDescription": "Departed facility",
"eventType": "DP",
"exceptionCode": "A25",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "East Pedro",
"classification": "RESIDENTIAL",
"countryCode": "KE",
"postalCode": "07873-6266",
"residential": false,
"stateOrProvinceCode": "CO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date available.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Ground",
"shortDescription": "FL",
"type": "FEDEX_GROUND"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "8",
"contents": [
{
"description": "Office supplies",
"itemNumber": "NJtaZF",
"partNumber": "XQad2s",
"receivedQuantity": "9"
}
],
"splitShipments": [
{
"pieceCount": "5",
"statusCode": "wBLg",
"statusDescription": "Pending",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "3",
"statusCode": "9jWS",
"statusDescription": "Status OK",
"timestamp": "2026-07-01T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "7"
}
]
},
"shipperInformation": {
"address": {
"city": "West Chaddland",
"classification": "RESIDENTIAL",
"countryCode": "TK",
"countryName": "Central African Republic",
"postalCode": "77139",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Abernathy, Schuster and Stamm",
"personName": "Dr. Noel Robel",
"phoneNumber": "(985) 689-7601"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Saturday Delivery",
"paymentType": "BILL_SENDER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
}
],
"standardTransitTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "7",
"trackingNumberUniqueId": "683038~207016595452~FDEG"
}
}
]
},
{
"trackingNumber": "3",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Order 1",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "132782~437780975044~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "978183~534254058600~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "051742~242319901162~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "163943~956111963408~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Leave at porch"
},
"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": "9",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 40,
"reasonDetail": {
"description": "Customer request",
"type": "REJECTED"
},
"timeStamp": "2026-06-28T00:00:00.0Z"
},
{
"consolidationID": "3",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 24,
"reasonDetail": {
"description": "Wrong color",
"type": "RETURNED"
},
"timeStamp": "2026-07-01T00:00:00.0Z"
},
{
"consolidationID": "2",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 40,
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"timeStamp": "2026-06-28T00:00:00.0Z"
},
{
"consolidationID": "7",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 5,
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"timeStamp": "2026-06-28T00:00:00.0Z"
},
{
"consolidationID": "4",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 4,
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"timeStamp": "2026-06-30T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-02-28T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2026-10-16T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-09-16T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-08-07T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2027-04-28T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-07-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Leannonside",
"classification": "BUSINESS",
"countryCode": "CI",
"countryName": "Kyrgyz Republic",
"postalCode": "15627",
"residential": false,
"stateOrProvinceCode": "MD",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "5",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "8dQVE",
"destinationServiceAreaDescription": "Standard delivery",
"locationDescription": "Front Desk",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Salvador Champlin",
"signedByName": "Rick Marks"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "New Arvidshire",
"classification": "BUSINESS",
"countryCode": "VC",
"postalCode": "96594",
"residential": false,
"stateOrProvinceCode": "LA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 1600.33
},
"error": {
"code": "TRACKING.NOT_FOUND",
"message": "Tracking number not found.",
"parameterList": [
{
"key": "param2",
"value": "PhlXNMPH"
},
{
"key": "identifier",
"value": "DkG6fe5N"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "xbtZHR",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Janacester",
"classification": "RESIDENTIAL",
"countryCode": "CA",
"countryName": "Timor-Leste",
"postalCode": "51434-8763",
"residential": false,
"stateOrProvinceCode": "SC",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Rowe, Towne and O'Connell",
"personName": "Roderick Oberbrunner IV",
"phoneNumber": "(510) 207-8654"
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Package requires signature."
}
],
"lastUpdatedDestinationAddress": {
"city": "Lueilwitzstad",
"classification": "BUSINESS",
"countryCode": "PH",
"countryName": "Cuba",
"postalCode": "16724",
"residential": false,
"stateOrProvinceCode": "HI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://elegant-essence.net/",
"actionDescription": "Reschedule delivery",
"reason": "1",
"reasonDescription": "Business closed"
},
{
"action": "https://boiling-sand.biz",
"actionDescription": "Contact us for support",
"reason": "3",
"reasonDescription": "Customer not available"
},
{
"action": "https://silky-hammock.biz/",
"actionDescription": "Reschedule delivery",
"reason": "3",
"reasonDescription": "Refused delivery"
},
{
"action": "https://corny-self-confidence.info",
"actionDescription": "Reschedule delivery",
"reason": "3",
"reasonDescription": "Customer not available"
}
],
"code": "IT",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "IT",
"description": "In transit",
"scanLocation": {
"city": "Lake Hilario",
"classification": "RESIDENTIAL",
"countryCode": "JE",
"countryName": "Somalia",
"postalCode": "44196-4536",
"residential": false,
"stateOrProvinceCode": "SC",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "0",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Fort Casimershire",
"classification": "BUSINESS",
"countryCode": "BZ",
"postalCode": "54041-1014",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "7",
"count": "4",
"declaredValue": {
"currency": "JPY",
"value": 455.77
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "1",
"undeliveredCount": "4",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "0"
}
]
}
},
"pieceCounts": [
{
"count": "8",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "5",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "1",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Customer request",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"city": "East Jazlynberg",
"classification": "BUSINESS",
"countryCode": "NA",
"countryName": "Armenia",
"postalCode": "85882-4593",
"residential": false,
"stateOrProvinceCode": "NE",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Rohan - Dickens",
"personName": "Angelina Bergstrom",
"phoneNumber": "(688) 979-1688"
}
},
"returnDetail": {
"authorizationName": "Stanley Anderson",
"reasonDetail": [
{
"description": "Customer request",
"type": "CANCELLED"
},
{
"description": "Incorrect address",
"type": "REJECTED"
},
{
"description": "Incorrect address",
"type": "REJECTED"
}
]
},
"scanEvents": [
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "PU",
"eventDescription": "Departed facility",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "West Chanelle",
"classification": "BUSINESS",
"countryCode": "DZ",
"postalCode": "02385",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "PU",
"eventDescription": "Departed facility",
"eventType": "DP",
"exceptionCode": "B10",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "East Eribertofurt",
"classification": "BUSINESS",
"countryCode": "GG",
"postalCode": "64047",
"residential": false,
"stateOrProvinceCode": "MS",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delivery on schedule.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Ground",
"shortDescription": "FE",
"type": "FEDEX_GROUND"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "5",
"contents": [
{
"description": "Polyurethane rope",
"itemNumber": "oZnN9y",
"partNumber": "jZe9se",
"receivedQuantity": "6"
},
{
"description": "Office supplies",
"itemNumber": "IhvlEW",
"partNumber": "hiG2wa",
"receivedQuantity": "1"
},
{
"description": "Office supplies",
"itemNumber": "Xe8Wjj",
"partNumber": "zFwMk0",
"receivedQuantity": "3"
},
{
"description": "Office supplies",
"itemNumber": "QEtYA5",
"partNumber": "Wj4oLV",
"receivedQuantity": "4"
},
{
"description": "Office supplies",
"itemNumber": "zOoxW7",
"partNumber": "Za3IYs",
"receivedQuantity": "5"
}
],
"splitShipments": [
{
"pieceCount": "9",
"statusCode": "jxiZ",
"statusDescription": "Status OK",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "8",
"statusCode": "Uspi",
"statusDescription": "Pending",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "4",
"statusCode": "EsTr",
"statusDescription": "Pending",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "2"
}
]
},
"shipperInformation": {
"address": {
"city": "Grantstead",
"classification": "RESIDENTIAL",
"countryCode": "UY",
"countryName": "Trinidad and Tobago",
"postalCode": "74054",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Mann, Schroeder and Pollich",
"personName": "Cristina Pagac II",
"phoneNumber": "(809) 582-5488"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "9",
"trackingNumberUniqueId": "432818~061480634803~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Order 1",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "269728~288693085630~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Do not ring bell"
},
"availableImages": [
{
"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": 32,
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"timeStamp": "2026-06-26T00:00:00.0Z"
},
{
"consolidationID": "9",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 6,
"reasonDetail": {
"description": "Customer request",
"type": "RETURNED"
},
"timeStamp": "2026-06-29T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2027-03-07T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2026-10-07T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-04-23T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-01-25T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-07-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Alaniscester",
"classification": "RESIDENTIAL",
"countryCode": "TW",
"countryName": "China",
"postalCode": "83039",
"residential": false,
"stateOrProvinceCode": "MN",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "9",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "l4ebi",
"destinationServiceAreaDescription": "Appointment required",
"locationDescription": "Front Desk",
"locationType": "FEDEX_EXPRESS_STATION",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Maria Jast",
"signedByName": "Jill Reilly"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "West Davontemouth",
"classification": "BUSINESS",
"countryCode": "QA",
"postalCode": "63780",
"residential": false,
"stateOrProvinceCode": "LA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 1062.15
},
"error": {
"code": "TRACKING.AUTH.INVALID",
"message": "Tracking number not found.",
"parameterList": [
{
"key": "param1",
"value": "YdMlSHvj"
},
{
"key": "param1",
"value": "QTGKN5Tc"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "pKPQpf",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "New Cory",
"classification": "BUSINESS",
"countryCode": "CI",
"countryName": "Uzbekistan",
"postalCode": "52882-2474",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Wehner, Schimmel and Towne",
"personName": "Katherine Sipes",
"phoneNumber": "(663) 918-8965"
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
}
],
"lastUpdatedDestinationAddress": {
"city": "Eliseoview",
"classification": "RESIDENTIAL",
"countryCode": "CZ",
"countryName": "Dominica",
"postalCode": "61418-7687",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://thin-term.name/",
"actionDescription": "Contact us for support",
"reason": "3",
"reasonDescription": "Refused delivery"
}
],
"code": "PU",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "IT",
"description": "Delivered",
"scanLocation": {
"city": "Connport",
"classification": "RESIDENTIAL",
"countryCode": "PG",
"countryName": "Vietnam",
"postalCode": "67382",
"residential": false,
"stateOrProvinceCode": "ND",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "In transit"
},
"meterNumber": "5",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "South Ursulaborough",
"classification": "RESIDENTIAL",
"countryCode": "IR",
"postalCode": "58819-4503",
"residential": false,
"stateOrProvinceCode": "VA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "0",
"count": "4",
"declaredValue": {
"currency": "BND",
"value": 10.28
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_ENVELOPE"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "6",
"undeliveredCount": "9",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "8"
}
]
}
},
"pieceCounts": [
{
"count": "6",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "4",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "9",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "4",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "2",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"recipientInformation": {
"address": {
"city": "Doyletown",
"classification": "RESIDENTIAL",
"countryCode": "KP",
"countryName": "Lebanon",
"postalCode": "25280-6882",
"residential": false,
"stateOrProvinceCode": "IN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Marquardt, Balistreri and Walsh",
"personName": "Sonya Oberbrunner II",
"phoneNumber": "(758) 406-0752"
}
},
"returnDetail": {
"authorizationName": "Mr. Duane Sanford",
"reasonDetail": [
{
"description": "Incorrect address",
"type": "CANCELLED"
},
{
"description": "Incorrect address",
"type": "CANCELLED"
},
{
"description": "Customer request",
"type": "RETURNED"
},
{
"description": "Wrong color",
"type": "CANCELLED"
}
]
},
"scanEvents": [
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "PU",
"eventDescription": "Departed facility",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Armstrongcester",
"classification": "BUSINESS",
"countryCode": "GB",
"postalCode": "94163-3302",
"residential": false,
"stateOrProvinceCode": "UT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "DP",
"eventDescription": "Picked up",
"eventType": "DP",
"exceptionCode": "B10",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lake Brycenfield",
"classification": "RESIDENTIAL",
"countryCode": "KY",
"postalCode": "66321",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "Picked up",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Jenkinsshire",
"classification": "RESIDENTIAL",
"countryCode": "GT",
"postalCode": "13411",
"residential": false,
"stateOrProvinceCode": "PA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "PU",
"eventDescription": "Departed facility",
"eventType": "DP",
"exceptionCode": "B10",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Port Nolanborough",
"classification": "RESIDENTIAL",
"countryCode": "AE",
"postalCode": "70071-6224",
"residential": false,
"stateOrProvinceCode": "ID",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked up",
"derivedStatusCode": "DP",
"eventDescription": "Departed facility",
"eventType": "DP",
"exceptionCode": "A25",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Millshaven",
"classification": "BUSINESS",
"countryCode": "TD",
"postalCode": "27871",
"residential": false,
"stateOrProvinceCode": "TN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delivery on schedule.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Freight Economy",
"shortDescription": "FG",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "5",
"contents": [
{
"description": "Electronic parts",
"itemNumber": "9ikKIS",
"partNumber": "iIgBuO",
"receivedQuantity": "2"
},
{
"description": "Office supplies",
"itemNumber": "oKRQEX",
"partNumber": "7aP1hs",
"receivedQuantity": "1"
},
{
"description": "Office supplies",
"itemNumber": "AHMEnJ",
"partNumber": "378PF0",
"receivedQuantity": "8"
},
{
"description": "Electronic parts",
"itemNumber": "c8nlc2",
"partNumber": "CbKQHF",
"receivedQuantity": "2"
}
],
"splitShipments": [
{
"pieceCount": "4",
"statusCode": "ZqoV",
"statusDescription": "Status OK",
"timestamp": "2026-07-01T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "4"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "8"
}
]
},
"shipperInformation": {
"address": {
"city": "Kristyville",
"classification": "BUSINESS",
"countryCode": "LB",
"countryName": "Marshall Islands",
"postalCode": "50617",
"residential": false,
"stateOrProvinceCode": "TX",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Johnston, Olson and Harris",
"personName": "Nicholas Breitenberg",
"phoneNumber": "(699) 754-6803"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Saturday Delivery",
"paymentType": "BILL_SENDER",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "8",
"trackingNumberUniqueId": "726727~459539558982~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Order 1",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "522079~793983790114~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "311433~732238432945~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "279229~008851132249~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Handle with care"
},
"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": "1",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 49,
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"timeStamp": "2026-06-30T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2026-07-09T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-29T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-07-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Colton",
"classification": "BUSINESS",
"countryCode": "SX",
"countryName": "Uganda",
"postalCode": "89445",
"residential": false,
"stateOrProvinceCode": "LA",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "8",
"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"
}
],
"deliveryToday": true,
"destinationServiceArea": "GXXAN",
"destinationServiceAreaDescription": "Appointment required",
"locationDescription": "Mail Room",
"locationType": "FEDEX_EXPRESS_STATION",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Christina Mosciski",
"signedByName": "Dominick Mosciski"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Mountain View",
"classification": "BUSINESS",
"countryCode": "CV",
"postalCode": "80440-8833",
"residential": false,
"stateOrProvinceCode": "NM",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 865.5
},
"error": {
"code": "TRACKING.AUTH.INVALID",
"message": "Tracking number not found.",
"parameterList": [
{
"key": "param1",
"value": "rnRmlqNe"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "VuAEu6",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Schroederstad",
"classification": "RESIDENTIAL",
"countryCode": "HT",
"countryName": "Sao Tome and Principe",
"postalCode": "58138-0689",
"residential": false,
"stateOrProvinceCode": "AL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Hirthe - Kertzmann",
"personName": "Dominic Kilback I",
"phoneNumber": "(579) 445-5030"
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Entry fee applies."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Entry fee applies."
}
],
"lastUpdatedDestinationAddress": {
"city": "Port Davinshire",
"classification": "RESIDENTIAL",
"countryCode": "VG",
"countryName": "Canada",
"postalCode": "21039-6823",
"residential": false,
"stateOrProvinceCode": "MA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://putrid-tributary.com",
"actionDescription": "Reschedule delivery",
"reason": "0",
"reasonDescription": "Refused delivery"
},
{
"action": "https://strict-fibre.info",
"actionDescription": "Reschedule delivery",
"reason": "4",
"reasonDescription": "Refused delivery"
}
],
"code": "PU",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "Picked up",
"scanLocation": {
"city": "New Jorge",
"classification": "RESIDENTIAL",
"countryCode": "YT",
"countryName": "Uzbekistan",
"postalCode": "63729-4878",
"residential": false,
"stateOrProvinceCode": "DE",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "6",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Koelpinland",
"classification": "BUSINESS",
"countryCode": "MX",
"postalCode": "39677-3972",
"residential": false,
"stateOrProvinceCode": "NM",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "9",
"count": "0",
"declaredValue": {
"currency": "SAR",
"value": 344.54
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Envelope",
"type": "FEDEX_ENVELOPE"
},
"physicalPackagingType": "BOX",
"sequenceNumber": "3",
"undeliveredCount": "3",
"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": "7"
},
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "5"
}
]
}
},
"pieceCounts": [
{
"count": "8",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "3",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "0",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"recipientInformation": {
"address": {
"city": "Friesentown",
"classification": "RESIDENTIAL",
"countryCode": "UA",
"countryName": "Cambodia",
"postalCode": "76973-5154",
"residential": false,
"stateOrProvinceCode": "NE",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Hudson, Rowe and Lubowitz",
"personName": "Julius Schroeder",
"phoneNumber": "(285) 499-8512"
}
},
"returnDetail": {
"authorizationName": "Kellie Rowe",
"reasonDetail": [
{
"description": "Incorrect address",
"type": "REJECTED"
},
{
"description": "Wrong color",
"type": "CANCELLED"
},
{
"description": "Customer request",
"type": "REJECTED"
},
{
"description": "Customer request",
"type": "REJECTED"
},
{
"description": "Wrong color",
"type": "CANCELLED"
}
]
},
"scanEvents": [
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DP",
"eventDescription": "Picked up",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "El Paso",
"classification": "BUSINESS",
"countryCode": "NU",
"postalCode": "67959",
"residential": false,
"stateOrProvinceCode": "OH",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked up",
"derivedStatusCode": "DP",
"eventDescription": "Departed facility",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Fort Myers",
"classification": "BUSINESS",
"countryCode": "TM",
"postalCode": "98765-3047",
"residential": false,
"stateOrProvinceCode": "TN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delivery on schedule.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Ground",
"shortDescription": "FL",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "9",
"contents": [
{
"description": "Polyurethane rope",
"itemNumber": "SOfY4R",
"partNumber": "v6tapR",
"receivedQuantity": "0"
},
{
"description": "Polyurethane rope",
"itemNumber": "w8D80U",
"partNumber": "xQ7keJ",
"receivedQuantity": "7"
},
{
"description": "Polyurethane rope",
"itemNumber": "KaDVu6",
"partNumber": "qN8eaf",
"receivedQuantity": "0"
},
{
"description": "Polyurethane rope",
"itemNumber": "ry20iX",
"partNumber": "Mnou2P",
"receivedQuantity": "7"
}
],
"splitShipments": [
{
"pieceCount": "9",
"statusCode": "TAwN",
"statusDescription": "Pending",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "9",
"statusCode": "mHX2",
"statusDescription": "Pending",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "3",
"statusCode": "LFyp",
"statusDescription": "Status OK",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "1",
"statusCode": "FDNw",
"statusDescription": "Pending",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "1"
}
]
},
"shipperInformation": {
"address": {
"city": "Lake Maye",
"classification": "BUSINESS",
"countryCode": "TN",
"countryName": "Curacao",
"postalCode": "82225",
"residential": false,
"stateOrProvinceCode": "IN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Huel, Waters and Steuber",
"personName": "Bonnie Adams",
"phoneNumber": "(937) 929-2705"
}
},
"specialHandlings": [
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "6",
"trackingNumberUniqueId": "212800~271082686759~FDEG"
}
}
]
},
{
"trackingNumber": "3",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Personal Shipment",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "115082~071663686433~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "810341~654483220829~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "724841~136555436153~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "735668~719954816633~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Leave at porch"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "2",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 2,
"reasonDetail": {
"description": "Customer request",
"type": "CANCELLED"
},
"timeStamp": "2026-07-01T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 1,
"reasonDetail": {
"description": "Customer request",
"type": "RETURNED"
},
"timeStamp": "2026-06-27T00:00:00.0Z"
},
{
"consolidationID": "2",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 10,
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"timeStamp": "2026-06-30T00:00:00.0Z"
},
{
"consolidationID": "4",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 10,
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"timeStamp": "2026-07-01T00:00:00.0Z"
},
{
"consolidationID": "0",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 32,
"reasonDetail": {
"description": "Customer request",
"type": "RETURNED"
},
"timeStamp": "2026-06-29T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-07-24T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-06-29T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-07-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Southaven",
"classification": "BUSINESS",
"countryCode": "DZ",
"countryName": "Maldives",
"postalCode": "81767-3936",
"residential": false,
"stateOrProvinceCode": "NV",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "0",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "INELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": true,
"destinationServiceArea": "7eL9K",
"destinationServiceAreaDescription": "Standard delivery",
"locationDescription": "Front Desk",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "George Turcotte-Goldner",
"signedByName": "Mario Davis"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lake Danikashire",
"classification": "RESIDENTIAL",
"countryCode": "RO",
"postalCode": "15150",
"residential": false,
"stateOrProvinceCode": "MA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 1254.51
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Tracking number not found.",
"parameterList": [
{
"key": "identifier",
"value": "8IikrjMY"
},
{
"key": "identifier",
"value": "dBT3wiBB"
},
{
"key": "identifier",
"value": "pxBg0H8W"
},
{
"key": "param1",
"value": "cOba8WdB"
},
{
"key": "param1",
"value": "9YCBvXpQ"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "vSsD1r",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "South Odessaton",
"classification": "BUSINESS",
"countryCode": "FM",
"countryName": "Mauritania",
"postalCode": "42343-6137",
"residential": false,
"stateOrProvinceCode": "WV",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Mueller - Hammes",
"personName": "Carlton Satterfield",
"phoneNumber": "(455) 682-8120"
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Entry fee applies."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Entry fee applies."
}
],
"lastUpdatedDestinationAddress": {
"city": "South Thaliabury",
"classification": "BUSINESS",
"countryCode": "RW",
"countryName": "Hungary",
"postalCode": "08011",
"residential": false,
"stateOrProvinceCode": "HI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://hopeful-premier.com",
"actionDescription": "Contact us for support",
"reason": "7",
"reasonDescription": "Refused delivery"
},
{
"action": "https://tedious-godfather.com/",
"actionDescription": "Contact us for support",
"reason": "0",
"reasonDescription": "Customer not available"
},
{
"action": "https://deafening-permafrost.net",
"actionDescription": "Contact us for support",
"reason": "4",
"reasonDescription": "Business closed"
},
{
"action": "https://repentant-unibody.net",
"actionDescription": "Reschedule delivery",
"reason": "0",
"reasonDescription": "Customer not available"
},
{
"action": "https://each-lawmaker.com/",
"actionDescription": "Contact us for support",
"reason": "2",
"reasonDescription": "Refused delivery"
}
],
"code": "PU",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "IT",
"description": "Picked up",
"scanLocation": {
"city": "Heidenreichside",
"classification": "BUSINESS",
"countryCode": "AT",
"countryName": "Vietnam",
"postalCode": "70312",
"residential": false,
"stateOrProvinceCode": "AK",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "7",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Lake Reyside",
"classification": "BUSINESS",
"countryCode": "TM",
"postalCode": "22993-5124",
"residential": false,
"stateOrProvinceCode": "VA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "5",
"count": "2",
"declaredValue": {
"currency": "AWG",
"value": 153.69
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Envelope",
"type": "FEDEX_ENVELOPE"
},
"physicalPackagingType": "BOX",
"sequenceNumber": "8",
"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
}
],
"weight": [
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "8"
}
]
}
},
"pieceCounts": [
{
"count": "0",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "7",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Wrong color",
"type": "RETURNED"
},
"recipientInformation": {
"address": {
"city": "Kaitlynhaven",
"classification": "BUSINESS",
"countryCode": "UY",
"countryName": "Uruguay",
"postalCode": "97945-9547",
"residential": false,
"stateOrProvinceCode": "DE",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Hagenes, Waters and Terry",
"personName": "Thelma Veum",
"phoneNumber": "(958) 906-4088"
}
},
"returnDetail": {
"authorizationName": "Essie Cartwright III",
"reasonDetail": [
{
"description": "Incorrect address",
"type": "REJECTED"
},
{
"description": "Customer request",
"type": "RETURNED"
},
{
"description": "Customer request",
"type": "RETURNED"
}
]
},
"scanEvents": [
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked up",
"derivedStatusCode": "PU",
"eventDescription": "Picked up",
"eventType": "DP",
"exceptionCode": "A25",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "National City",
"classification": "RESIDENTIAL",
"countryCode": "AO",
"postalCode": "46109-3866",
"residential": false,
"stateOrProvinceCode": "LA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "DP",
"eventDescription": "Departed facility",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "None",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Okunevaworth",
"classification": "BUSINESS",
"countryCode": "GS",
"postalCode": "94760-0029",
"residential": false,
"stateOrProvinceCode": "WA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "Departed facility",
"eventType": "PU",
"exceptionCode": "B10",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "East Marionbury",
"classification": "RESIDENTIAL",
"countryCode": "MF",
"postalCode": "83790-7019",
"residential": false,
"stateOrProvinceCode": "NE",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "Departed facility",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "San Ramon",
"classification": "RESIDENTIAL",
"countryCode": "PG",
"postalCode": "22499",
"residential": false,
"stateOrProvinceCode": "SD",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date available.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Freight Economy",
"shortDescription": "FE",
"type": "FEDEX_GROUND"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "8",
"contents": [
{
"description": "Polyurethane rope",
"itemNumber": "leJCZF",
"partNumber": "nGyT7G",
"receivedQuantity": "4"
},
{
"description": "Polyurethane rope",
"itemNumber": "2brIbo",
"partNumber": "LYv1hu",
"receivedQuantity": "8"
},
{
"description": "Electronic parts",
"itemNumber": "w10xXP",
"partNumber": "idhUsK",
"receivedQuantity": "6"
},
{
"description": "Polyurethane rope",
"itemNumber": "x1WFZi",
"partNumber": "xg3mh1",
"receivedQuantity": "0"
},
{
"description": "Office supplies",
"itemNumber": "S7Cs30",
"partNumber": "oM0WVq",
"receivedQuantity": "6"
}
],
"splitShipments": [
{
"pieceCount": "0",
"statusCode": "WHKZ",
"statusDescription": "Status OK",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "9",
"statusCode": "Oi5r",
"statusDescription": "Status OK",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "9",
"statusCode": "3aKg",
"statusDescription": "Pending",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "4",
"statusCode": "2kBl",
"statusDescription": "Status OK",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "6",
"statusCode": "dxF8",
"statusDescription": "Pending",
"timestamp": "2026-07-01T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "3"
},
{
"unit": "LB",
"value": "8"
}
]
},
"shipperInformation": {
"address": {
"city": "South Howellport",
"classification": "RESIDENTIAL",
"countryCode": "CF",
"countryName": "Seychelles",
"postalCode": "55131",
"residential": false,
"stateOrProvinceCode": "VA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Kohler - Kutch",
"personName": "Myron Wolff",
"phoneNumber": "(414) 211-3657"
}
},
"specialHandlings": [
{
"description": "Saturday Delivery",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Saturday Delivery",
"paymentType": "BILL_SENDER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "5",
"trackingNumberUniqueId": "517305~292879479263~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Order 1",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "380687~492223223380~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "842117~692806360540~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "585091~067740153632~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "153884~312181804048~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "334579~412335418692~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Do not ring bell"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "4",
"eventType": "PACKAGE_ADDED_TO_CONSOLIDATION",
"packageCount": 5,
"reasonDetail": {
"description": "Customer request",
"type": "RETURNED"
},
"timeStamp": "2026-06-28T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2026-10-14T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2027-04-11T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-07-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-07-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-29T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "Wallaceside",
"classification": "RESIDENTIAL",
"countryCode": "BG",
"countryName": "Djibouti",
"postalCode": "09643",
"residential": false,
"stateOrProvinceCode": "IN",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "5",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "Kcc3Q",
"destinationServiceAreaDescription": "Standard delivery",
"locationDescription": "Front Desk",
"locationType": "FEDEX_EXPRESS_STATION",
"officeOrderDeliveryMethod": "Pickup",
"receivedByName": "Dave Reilly",
"signedByName": "Victoria O'Keefe"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Fort Francescostead",
"classification": "RESIDENTIAL",
"countryCode": "NZ",
"postalCode": "31435-6961",
"residential": false,
"stateOrProvinceCode": "NJ",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 1376.06
},
"error": {
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Tracking number not found.",
"parameterList": [
{
"key": "identifier",
"value": "3ojaJUs0"
},
{
"key": "param1",
"value": "ViwdnKpl"
},
{
"key": "identifier",
"value": "QrqpEtBe"
},
{
"key": "param2",
"value": "zRZiwEVf"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "9s5UQR",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "North Jimmy",
"classification": "RESIDENTIAL",
"countryCode": "PG",
"countryName": "Andorra",
"postalCode": "56513",
"residential": false,
"stateOrProvinceCode": "OH",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Bailey - Russel",
"personName": "Victoria Jakubowski",
"phoneNumber": "(410) 398-8933"
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Package requires signature."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Package requires signature."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Package requires signature."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Entry fee applies."
}
],
"lastUpdatedDestinationAddress": {
"city": "Fort Kolbystad",
"classification": "BUSINESS",
"countryCode": "AG",
"countryName": "Cocos (Keeling) Islands",
"postalCode": "50454",
"residential": false,
"stateOrProvinceCode": "NV",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://precious-eternity.org",
"actionDescription": "Contact us for support",
"reason": "4",
"reasonDescription": "Refused delivery"
},
{
"action": "https://putrid-daughter.name/",
"actionDescription": "Contact us for support",
"reason": "9",
"reasonDescription": "Refused delivery"
},
{
"action": "https://subtle-singing.org/",
"actionDescription": "Contact us for support",
"reason": "8",
"reasonDescription": "Refused delivery"
},
{
"action": "https://joyous-cinder.biz/",
"actionDescription": "Reschedule delivery",
"reason": "5",
"reasonDescription": "Refused delivery"
},
{
"action": "https://courteous-epic.net/",
"actionDescription": "Contact us for support",
"reason": "2",
"reasonDescription": "Refused delivery"
}
],
"code": "PU",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "Picked up",
"scanLocation": {
"city": "Kathlynfurt",
"classification": "BUSINESS",
"countryCode": "NR",
"countryName": "Serbia",
"postalCode": "36443",
"residential": false,
"stateOrProvinceCode": "RI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Delivered"
},
"meterNumber": "5",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Sauerstad",
"classification": "BUSINESS",
"countryCode": "AQ",
"postalCode": "20815",
"residential": false,
"stateOrProvinceCode": "KY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "4",
"count": "9",
"declaredValue": {
"currency": "EUR",
"value": 50.98
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "9",
"undeliveredCount": "8",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "3"
}
]
}
},
"pieceCounts": [
{
"count": "6",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Customer request",
"type": "RETURNED"
},
"recipientInformation": {
"address": {
"city": "Cedar Rapids",
"classification": "BUSINESS",
"countryCode": "BF",
"countryName": "China",
"postalCode": "81944",
"residential": false,
"stateOrProvinceCode": "IN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Morar, Schmidt and Watsica",
"personName": "Frankie Legros",
"phoneNumber": "(369) 661-0610"
}
},
"returnDetail": {
"authorizationName": "Rosa Barrows",
"reasonDetail": [
{
"description": "Incorrect address",
"type": "CANCELLED"
}
]
},
"scanEvents": [
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked up",
"derivedStatusCode": "DP",
"eventDescription": "Departed facility",
"eventType": "DP",
"exceptionCode": "B10",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Carlottachester",
"classification": "BUSINESS",
"countryCode": "CF",
"postalCode": "73343",
"residential": false,
"stateOrProvinceCode": "IA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date available.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Ground",
"shortDescription": "FE",
"type": "FEDEX_EXPRESS"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "0",
"contents": [
{
"description": "Polyurethane rope",
"itemNumber": "3M5yih",
"partNumber": "TIpE6W",
"receivedQuantity": "3"
},
{
"description": "Electronic parts",
"itemNumber": "OwflOF",
"partNumber": "8aVIXZ",
"receivedQuantity": "1"
},
{
"description": "Office supplies",
"itemNumber": "Gb8MFM",
"partNumber": "1Jdeh7",
"receivedQuantity": "0"
},
{
"description": "Polyurethane rope",
"itemNumber": "sk9mP6",
"partNumber": "53bJrW",
"receivedQuantity": "5"
},
{
"description": "Office supplies",
"itemNumber": "0qUn29",
"partNumber": "pMCe0X",
"receivedQuantity": "3"
}
],
"splitShipments": [
{
"pieceCount": "4",
"statusCode": "DDO4",
"statusDescription": "Status OK",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "7",
"statusCode": "jpLk",
"statusDescription": "Pending",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "8"
},
{
"unit": "LB",
"value": "6"
},
{
"unit": "LB",
"value": "2"
}
]
},
"shipperInformation": {
"address": {
"city": "Beerchester",
"classification": "RESIDENTIAL",
"countryCode": "BW",
"countryName": "Mayotte",
"postalCode": "67774",
"residential": false,
"stateOrProvinceCode": "VT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Schaden - D'Amore",
"personName": "Paulette Schimmel-Rath",
"phoneNumber": "(616) 820-2858"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Saturday Delivery",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "9",
"trackingNumberUniqueId": "567340~527930050297~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Personal Shipment",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "712413~979356456879~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "307839~544052441181~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "998922~055179942527~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "761172~218063651154~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Do not ring bell"
},
"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": 19,
"reasonDetail": {
"description": "Customer request",
"type": "REJECTED"
},
"timeStamp": "2026-07-01T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2026-08-13T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2026-09-01T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-07-17T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2027-05-06T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-28T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "New Blakeville",
"classification": "RESIDENTIAL",
"countryCode": "US",
"countryName": "Uruguay",
"postalCode": "10086-3105",
"residential": false,
"stateOrProvinceCode": "RI",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "7",
"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"
}
],
"deliveryToday": true,
"destinationServiceArea": "HLRdy",
"destinationServiceAreaDescription": "Standard delivery",
"locationDescription": "Receptionist",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Marc Gleichner",
"signedByName": "Holly Funk"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "Passaic",
"classification": "BUSINESS",
"countryCode": "AD",
"postalCode": "78476",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 146.03
},
"error": {
"code": "TRACKING.NOT_FOUND",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "identifier",
"value": "o0iMxu2C"
},
{
"key": "param1",
"value": "N2ULIVmV"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "CB4UFD",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Neldaside",
"classification": "BUSINESS",
"countryCode": "SL",
"countryName": "Seychelles",
"postalCode": "61158-3235",
"residential": false,
"stateOrProvinceCode": "WV",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Ernser and Sons",
"personName": "Kenny Emmerich",
"phoneNumber": "(767) 360-5038"
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "SIGNATURE_REQUIRED",
"description": "Package requires signature."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Entry fee applies."
},
{
"code": "SIGNATURE_REQUIRED",
"description": "Package requires signature."
}
],
"lastUpdatedDestinationAddress": {
"city": "Shanelborough",
"classification": "BUSINESS",
"countryCode": "AS",
"countryName": "Jordan",
"postalCode": "14034-9668",
"residential": false,
"stateOrProvinceCode": "FL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://troubled-celsius.biz",
"actionDescription": "Reschedule delivery",
"reason": "1",
"reasonDescription": "Customer not available"
},
{
"action": "https://gloomy-markup.biz/",
"actionDescription": "Contact us for support",
"reason": "8",
"reasonDescription": "Business closed"
},
{
"action": "https://emotional-tennis.org",
"actionDescription": "Contact us for support",
"reason": "2",
"reasonDescription": "Business closed"
}
],
"code": "PU",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "Delivered",
"scanLocation": {
"city": "Fort Johnson",
"classification": "RESIDENTIAL",
"countryCode": "IS",
"countryName": "Mayotte",
"postalCode": "28577-1978",
"residential": false,
"stateOrProvinceCode": "KY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "In transit"
},
"meterNumber": "8",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Hilpertstad",
"classification": "BUSINESS",
"countryCode": "BT",
"postalCode": "64580",
"residential": false,
"stateOrProvinceCode": "MO",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "7",
"count": "6",
"declaredValue": {
"currency": "IDR",
"value": 458.91
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Envelope",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "7",
"undeliveredCount": "2",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "9"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "7"
}
]
}
},
"pieceCounts": [
{
"count": "1",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Incorrect address",
"type": "RETURNED"
},
"recipientInformation": {
"address": {
"city": "Fort Mina",
"classification": "BUSINESS",
"countryCode": "SJ",
"countryName": "Niue",
"postalCode": "67533-2811",
"residential": false,
"stateOrProvinceCode": "RI",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Stanton LLC",
"personName": "Rochelle Hettinger",
"phoneNumber": "(925) 709-2475"
}
},
"returnDetail": {
"authorizationName": "Mr. Chris Stanton",
"reasonDetail": [
{
"description": "Incorrect address",
"type": "CANCELLED"
},
{
"description": "Incorrect address",
"type": "RETURNED"
}
]
},
"scanEvents": [
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Delivered",
"derivedStatusCode": "PU",
"eventDescription": "Picked up",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Jaskolskicester",
"classification": "RESIDENTIAL",
"countryCode": "AT",
"postalCode": "05864",
"residential": false,
"stateOrProvinceCode": "UT",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
}
},
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "Picked up",
"derivedStatusCode": "PU",
"eventDescription": "Picked up",
"eventType": "PU",
"exceptionCode": "A25",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Hampton",
"classification": "RESIDENTIAL",
"countryCode": "MY",
"postalCode": "66310-9370",
"residential": false,
"stateOrProvinceCode": "AL",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date available.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Freight Economy",
"shortDescription": "FE",
"type": "FEDEX_GROUND"
},
"shipmentDetails": {
"beforePossessionStatus": false,
"contentPieceCount": "9",
"contents": [
{
"description": "Polyurethane rope",
"itemNumber": "Q56tk6",
"partNumber": "kKXT0o",
"receivedQuantity": "6"
},
{
"description": "Office supplies",
"itemNumber": "O22byJ",
"partNumber": "DuHTSd",
"receivedQuantity": "6"
}
],
"splitShipments": [
{
"pieceCount": "6",
"statusCode": "CAih",
"statusDescription": "Pending",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "2",
"statusCode": "R5A1",
"statusDescription": "Status OK",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "0",
"statusCode": "ot2g",
"statusDescription": "Status OK",
"timestamp": "2026-07-01T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "0"
},
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "1"
}
]
},
"shipperInformation": {
"address": {
"city": "Fort Janelleville",
"classification": "BUSINESS",
"countryCode": "AZ",
"countryName": "Tajikistan",
"postalCode": "06053",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Hodkiewicz, Beatty and Brown",
"personName": "Eileen Larson",
"phoneNumber": "(603) 672-4021"
}
},
"specialHandlings": [
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "7",
"trackingNumberUniqueId": "466255~007674964326~FDEG"
}
}
]
},
{
"trackingNumber": "0",
"trackResults": [
{
"additionalTrackingInfo": {
"hasAssociatedShipments": false,
"nickname": "Office Package",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "865141~939805263320~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "541754~585772640109~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "946638~609644105541~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "489775~705747621155~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "473559~439401944231~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Leave at porch"
},
"availableImages": [
{
"size": "LARGE",
"type": "BILL_OF_LADING"
}
],
"availableNotifications": [
"ON_DELIVERY",
"ON_EXCEPTION"
],
"consolidationDetail": [
{
"consolidationID": "2",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 23,
"reasonDetail": {
"description": "Customer request",
"type": "RETURNED"
},
"timeStamp": "2026-07-01T00:00:00.0Z"
},
{
"consolidationID": "5",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 37,
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"timeStamp": "2026-06-30T00:00:00.0Z"
},
{
"consolidationID": "7",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 27,
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"timeStamp": "2026-06-29T00:00:00.0Z"
},
{
"consolidationID": "8",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 34,
"reasonDetail": {
"description": "Customer request",
"type": "REJECTED"
},
"timeStamp": "2026-06-29T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2027-01-24T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2027-03-13T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-09-28T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2026-09-10T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2027-06-07T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-01T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-29T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "New Catalina",
"classification": "BUSINESS",
"countryCode": "VE",
"countryName": "Costa Rica",
"postalCode": "13609",
"residential": false,
"stateOrProvinceCode": "IN",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "0",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
},
{
"eligibility": "ELIGIBLE",
"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": "OgmlS",
"destinationServiceAreaDescription": "Standard delivery",
"locationDescription": "Mail Room",
"locationType": "FEDEX_EXPRESS_STATION",
"officeOrderDeliveryMethod": "Shipment",
"receivedByName": "Guy Lubowitz",
"signedByName": "Oscar Volkman"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "North Ezequiel",
"classification": "BUSINESS",
"countryCode": "BL",
"postalCode": "55817",
"residential": false,
"stateOrProvinceCode": "AZ",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 1752.93
},
"error": {
"code": "TRACKING.NOT_FOUND",
"message": "Please provide tracking number.",
"parameterList": [
{
"key": "param2",
"value": "YxrtulHs"
},
{
"key": "param2",
"value": "GKuQN8vM"
},
{
"key": "identifier",
"value": "WO4IMkjz"
},
{
"key": "param1",
"value": "cHdeGZH4"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "COUXfw",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "Beertown",
"classification": "RESIDENTIAL",
"countryCode": "IS",
"countryName": "Czechia",
"postalCode": "39146",
"residential": false,
"stateOrProvinceCode": "OK",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Schimmel LLC",
"personName": "Wilson Lowe",
"phoneNumber": "(993) 679-7472"
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Package requires signature."
},
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Entry fee applies."
}
],
"lastUpdatedDestinationAddress": {
"city": "Lake Lennie",
"classification": "BUSINESS",
"countryCode": "BM",
"countryName": "Spain",
"postalCode": "18678",
"residential": false,
"stateOrProvinceCode": "TN",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://chilly-stool.org/",
"actionDescription": "Reschedule delivery",
"reason": "9",
"reasonDescription": "Refused delivery"
},
{
"action": "https://ornery-independence.net",
"actionDescription": "Reschedule delivery",
"reason": "8",
"reasonDescription": "Refused delivery"
},
{
"action": "https://crooked-anticodon.name",
"actionDescription": "Contact us for support",
"reason": "0",
"reasonDescription": "Business closed"
}
],
"code": "DL",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "IT",
"description": "Picked up",
"scanLocation": {
"city": "Lake Filomenafort",
"classification": "BUSINESS",
"countryCode": "SB",
"countryName": "Sudan",
"postalCode": "16037",
"residential": false,
"stateOrProvinceCode": "SD",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "In transit"
},
"meterNumber": "1",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Fort Maribelfurt",
"classification": "RESIDENTIAL",
"countryCode": "PT",
"postalCode": "86041-3378",
"residential": false,
"stateOrProvinceCode": "OK",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "ORD",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "1",
"count": "5",
"declaredValue": {
"currency": "NPR",
"value": 164.53
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Pak",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "2",
"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": "3"
},
{
"unit": "LB",
"value": "9"
}
]
}
},
"pieceCounts": [
{
"count": "6",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Wrong color",
"type": "CANCELLED"
},
"recipientInformation": {
"address": {
"city": "Bryceborough",
"classification": "RESIDENTIAL",
"countryCode": "SD",
"countryName": "Kuwait",
"postalCode": "04449",
"residential": false,
"stateOrProvinceCode": "CA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Schoen, Spinka and Bogan",
"personName": "Ms. Carla Wunsch II",
"phoneNumber": "(970) 989-7191"
}
},
"returnDetail": {
"authorizationName": "Dr. Brian Okuneva",
"reasonDetail": [
{
"description": "Incorrect address",
"type": "CANCELLED"
}
]
},
"scanEvents": [
{
"date": "2026-06-30T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "PU",
"eventDescription": "Picked up",
"eventType": "DP",
"exceptionCode": "B10",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Bentonville",
"classification": "BUSINESS",
"countryCode": "FI",
"postalCode": "12887-2446",
"residential": false,
"stateOrProvinceCode": "NV",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "LAX",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "No scheduled delivery date available.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Freight Economy",
"shortDescription": "FL",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "5",
"contents": [
{
"description": "Polyurethane rope",
"itemNumber": "aGbfRT",
"partNumber": "aizoD0",
"receivedQuantity": "2"
},
{
"description": "Polyurethane rope",
"itemNumber": "xnFARt",
"partNumber": "XcO9Ji",
"receivedQuantity": "9"
},
{
"description": "Office supplies",
"itemNumber": "t7bL4k",
"partNumber": "yIj2wW",
"receivedQuantity": "8"
},
{
"description": "Electronic parts",
"itemNumber": "cmpS5i",
"partNumber": "cLOnIs",
"receivedQuantity": "0"
}
],
"splitShipments": [
{
"pieceCount": "7",
"statusCode": "Lqs3",
"statusDescription": "Status OK",
"timestamp": "2026-07-01T00:00:00.0Z"
},
{
"pieceCount": "4",
"statusCode": "UKiu",
"statusDescription": "Status OK",
"timestamp": "2026-06-30T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "1"
},
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "1"
}
]
},
"shipperInformation": {
"address": {
"city": "Ryanbury",
"classification": "BUSINESS",
"countryCode": "PS",
"countryName": "Trinidad and Tobago",
"postalCode": "27589",
"residential": false,
"stateOrProvinceCode": "MS",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Moore, Hilll and Reinger",
"personName": "Doug Nikolaus Jr.",
"phoneNumber": "(901) 441-6224"
}
},
"specialHandlings": [
{
"description": "Saturday Delivery",
"paymentType": "OTHER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "SATURDAY_DELIVERY"
},
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "DELIVER_WEEKDAY"
},
{
"description": "Deliver Weekday",
"paymentType": "OTHER",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "2",
"trackingNumberUniqueId": "892761~396190298070~FDEG"
}
},
{
"additionalTrackingInfo": {
"hasAssociatedShipments": true,
"nickname": "Home Delivery",
"packageIdentifiers": [
{
"trackingNumberUniqueId": "687432~978708973850~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "719762~636357178242~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
},
{
"trackingNumberUniqueId": "397276~938192256952~FDEG",
"type": "SHIPPER_REFERENCE",
"value": "ASJFGVAS"
}
],
"shipmentNotes": "Handle with care"
},
"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": 44,
"reasonDetail": {
"description": "Wrong color",
"type": "REJECTED"
},
"timeStamp": "2026-06-30T00:00:00.0Z"
},
{
"consolidationID": "5",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 14,
"reasonDetail": {
"description": "Customer request",
"type": "CANCELLED"
},
"timeStamp": "2026-06-30T00:00:00.0Z"
},
{
"consolidationID": "8",
"eventType": "PACKAGE_REMOVED_FROM_CONSOLIDATION",
"packageCount": 22,
"reasonDetail": {
"description": "Incorrect address",
"type": "CANCELLED"
},
"timeStamp": "2026-07-01T00:00:00.0Z"
}
],
"customDeliveryOptions": [
{
"description": "Redirect to hold location",
"requestedAppointmentDetail": {
"date": "2027-04-12T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-06-30T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "HELD",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2026-08-16T00:00:00.0Z",
"window": [
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
},
{
"description": "Signature requirement",
"requestedAppointmentDetail": {
"date": "2027-05-31T00:00:00.0Z",
"window": [
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
{
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
}
]
},
"status": "PENDING",
"type": "REDIRECT_TO_HOLD_AT_LOCATION"
}
],
"dateAndTimes": [
{
"dateTime": "2026-06-30T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-07-01T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
},
{
"dateTime": "2026-06-29T00:00:00.0Z",
"type": "ACTUAL_DELIVERY"
}
],
"deliveryDetails": {
"actualDeliveryAddress": {
"city": "West Carleeborough",
"classification": "RESIDENTIAL",
"countryCode": "ML",
"countryName": "Fiji",
"postalCode": "61242-2238",
"residential": false,
"stateOrProvinceCode": "KS",
"streetLines": [
"1043 North Easy Street",
"Suite 999"
]
},
"deliveryAttempts": "4",
"deliveryOptionEligibilityDetails": [
{
"eligibility": "ELIGIBLE",
"option": "INDIRECT_SIGNATURE_RELEASE"
}
],
"deliveryToday": false,
"destinationServiceArea": "U6jff",
"destinationServiceAreaDescription": "Standard delivery",
"locationDescription": "Mail Room",
"locationType": "FEDEX_OFFICE",
"officeOrderDeliveryMethod": "Courier",
"receivedByName": "Ken Pfeffer",
"signedByName": "Joanne Moen"
},
"destinationLocation": {
"locationContactAndAddress": {
"address": {
"city": "South Mertiefurt",
"classification": "BUSINESS",
"countryCode": "BG",
"postalCode": "28878-6963",
"residential": false,
"stateOrProvinceCode": "SD",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
},
"distanceToDestination": {
"units": "KM",
"value": 1021.34
},
"error": {
"code": "TRACKING.AUTH.INVALID",
"message": "Tracking number not found.",
"parameterList": [
{
"key": "param2",
"value": "q8q8mCFu"
},
{
"key": "param1",
"value": "n5mmLWUq"
},
{
"key": "param1",
"value": "O1cEQvKV"
},
{
"key": "identifier",
"value": "rHusBMHP"
}
]
},
"estimatedDeliveryTimeWindow": {
"description": "Morning delivery",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"goodsClassificationCode": "RPIdRf",
"holdAtLocation": {
"locationContactAndAddress": {
"address": {
"city": "East Shayleeburgh",
"classification": "BUSINESS",
"countryCode": "JM",
"countryName": "Egypt",
"postalCode": "76005-6301",
"residential": false,
"stateOrProvinceCode": "MS",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Rolfson, Miller and Rowe",
"personName": "Bridget Becker",
"phoneNumber": "(597) 753-5265"
}
},
"locationId": "SEA",
"locationType": "PICKUP_LOCATION"
},
"informationNotes": [
{
"code": "CLEARANCE_ENTRY_FEE_APPLIES",
"description": "Entry fee applies."
}
],
"lastUpdatedDestinationAddress": {
"city": "Caraview",
"classification": "BUSINESS",
"countryCode": "VC",
"countryName": "Kenya",
"postalCode": "22871",
"residential": false,
"stateOrProvinceCode": "GA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"latestStatusDetail": {
"ancillaryDetails": [
{
"action": "https://darling-spirit.name",
"actionDescription": "Reschedule delivery",
"reason": "2",
"reasonDescription": "Business closed"
}
],
"code": "PU",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedCode": "PU",
"description": "In transit",
"scanLocation": {
"city": "West Wavaland",
"classification": "BUSINESS",
"countryCode": "UM",
"countryName": "Malta",
"postalCode": "63990-4059",
"residential": false,
"stateOrProvinceCode": "DE",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"statusByLocale": "Picked up"
},
"meterNumber": "8",
"originLocation": {
"locationContactAndAddress": {
"address": {
"city": "Evanston",
"classification": "RESIDENTIAL",
"countryCode": "JO",
"postalCode": "25423",
"residential": false,
"stateOrProvinceCode": "NY",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
},
"packageDetails": {
"contentPieceCount": "3",
"count": "9",
"declaredValue": {
"currency": "ISK",
"value": 244.35
},
"packageContent": [
"wire hangers",
"buttons"
],
"packagingDescription": {
"description": "FedEx Envelope",
"type": "FEDEX_PAK"
},
"physicalPackagingType": "BARREL",
"sequenceNumber": "2",
"undeliveredCount": "3",
"weightAndDimensions": {
"dimensions": [
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
},
{
"height": 30,
"length": 100,
"units": "CM",
"width": 50
}
],
"weight": [
{
"unit": "LB",
"value": "5"
},
{
"unit": "LB",
"value": "9"
}
]
}
},
"pieceCounts": [
{
"count": "7",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "5",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "7",
"description": "Piece count description",
"type": "ORIGIN"
},
{
"count": "2",
"description": "Piece count description",
"type": "ORIGIN"
}
],
"reasonDetail": {
"description": "Customer request",
"type": "CANCELLED"
},
"recipientInformation": {
"address": {
"city": "New Louburgh",
"classification": "BUSINESS",
"countryCode": "IS",
"countryName": "Fiji",
"postalCode": "44071-8970",
"residential": false,
"stateOrProvinceCode": "IA",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Williamson, Stoltenberg and Rowe",
"personName": "Percy Anderson",
"phoneNumber": "(929) 683-5103"
}
},
"returnDetail": {
"authorizationName": "Timothy Huel III",
"reasonDetail": [
{
"description": "Wrong color",
"type": "CANCELLED"
},
{
"description": "Customer request",
"type": "RETURNED"
},
{
"description": "Wrong color",
"type": "REJECTED"
},
{
"description": "Customer request",
"type": "RETURNED"
}
]
},
"scanEvents": [
{
"date": "2026-07-01T00:00:00.0Z",
"delayDetail": {
"status": "DELAYED",
"subType": "SNOW",
"type": "WEATHER"
},
"derivedStatus": "In transit",
"derivedStatusCode": "DP",
"eventDescription": "Picked up",
"eventType": "DP",
"exceptionCode": "B10",
"exceptionDescription": "Clearance delay",
"scanLocation": {
"locationContactAndAddress": {
"address": {
"city": "Port Hellen",
"classification": "BUSINESS",
"countryCode": "ES",
"postalCode": "52722",
"residential": false,
"stateOrProvinceCode": "ND",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
}
},
"locationId": "NYC",
"locationType": "PICKUP_LOCATION"
}
}
],
"serviceCommitMessage": {
"message": "Delivery on schedule.",
"type": "ESTIMATED_DELIVERY_DATE_UNAVAILABLE"
},
"serviceDetail": {
"description": "FedEx Express",
"shortDescription": "FG",
"type": "FEDEX_FREIGHT_ECONOMY"
},
"shipmentDetails": {
"beforePossessionStatus": true,
"contentPieceCount": "0",
"contents": [
{
"description": "Polyurethane rope",
"itemNumber": "MAFqX2",
"partNumber": "Aln6Lv",
"receivedQuantity": "8"
},
{
"description": "Polyurethane rope",
"itemNumber": "nRCcBL",
"partNumber": "DvP5or",
"receivedQuantity": "2"
},
{
"description": "Electronic parts",
"itemNumber": "IoCgsX",
"partNumber": "jWeTiO",
"receivedQuantity": "7"
}
],
"splitShipments": [
{
"pieceCount": "4",
"statusCode": "HBLm",
"statusDescription": "Pending",
"timestamp": "2026-06-30T00:00:00.0Z"
},
{
"pieceCount": "2",
"statusCode": "AavU",
"statusDescription": "Status OK",
"timestamp": "2026-06-29T00:00:00.0Z"
}
],
"weight": [
{
"unit": "LB",
"value": "7"
},
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "2"
},
{
"unit": "LB",
"value": "6"
}
]
},
"shipperInformation": {
"address": {
"city": "North Aydenworth",
"classification": "RESIDENTIAL",
"countryCode": "NE",
"countryName": "Sri Lanka",
"postalCode": "78487-5238",
"residential": false,
"stateOrProvinceCode": "OR",
"streetLines": {
"0": "1043 North Easy Street",
"1": "Suite 999"
}
},
"contact": {
"companyName": "Lynch and Sons",
"personName": "Melvin Pacocha DDS",
"phoneNumber": "(478) 522-3502"
}
},
"specialHandlings": [
{
"description": "Deliver Weekday",
"paymentType": "BILL_SENDER",
"type": "DELIVER_WEEKDAY"
}
],
"standardTransitTimeWindow": {
"description": "Afternoon window",
"type": "ESTIMATED_DELIVERY",
"window": {
"begins": "2026-07-01T00:00:00.0Z",
"ends": "2026-07-02T00:00:00.0Z"
}
},
"trackingNumberInfo": {
"carrierCode": "FDXE",
"trackingNumber": "0",
"trackingNumberUniqueId": "474673~865370457496~FDEG"
}
}
]
}
],
"cxsErrors": [
{
"code": "TRACKING.AUTH.INVALID",
"message": "Tracking number not found.",
"parameterList": [
{
"key": "param2",
"value": "5zhJROw7"
},
{
"key": "identifier",
"value": "5dd8ttZy"
}
]
}
],
"successful": true
},
"transactionId": "42ace954-7762-4985-8634-498c30f43ab3"
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "TRACKING.TRACKINGNUMBER.EMPTY",
"message": "Please provide tracking number."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.AUTHORIZED.ERROR",
"message": "Access token expired. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "FORBIDDEN.ERROR",
"message": "We could not authorize your credentials. Please check your permissions and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"errors": [
{
"code": "NOT.FOUND.ERROR",
"message": "The resource you requested is no longer available. Please modify your request and try again."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "INTERNAL.SERVER.ERROR",
"message": "We encountered an unexpected error and are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}{
"transactionId": "624deea6-b709-470c-8c39-4b5511281492",
"customerTransactionId": "AnyCo_order123456789",
"errors": [
{
"code": "SERVICE.UNAVAILABLE.ERROR",
"message": "The service is currently unavailable and we are working to resolve the issue. We apologize for any inconvenience. Please check back at a later time."
}
]
}Service Homepage: developer.fedex.com/api/en-us/catalog/track/v1/docs.html
fedexlogisticstrackingshippingrest