Validates if the requested carrier can perform a pickup at the provided address, given the shipment details and requested pickup date/time.
The response also indicates:
Pickup availability details returned successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "carrierAccountId": "97wroboxVgbzK4N",
- "pickupAddress": {
- "name": "Test",
- "addressLine1": "27 Waterview Dr",
- "cityTown": "Shelton",
- "stateProvince": "CT",
- "postalCode": "06484-4301",
- "countryCode": "US",
- "phone": "1234567890",
- "company": "PB",
- "email": "abc@test.com",
- "residential": false
}, - "pickupSummary": [
- {
- "toAddressCountryCode": "CA",
- "serviceId": "",
- "parcelType": "PKG",
- "packageDetails": [
- {
- "height": 5,
- "length": 6,
- "width": 4,
- "dimUnit": "IN",
- "weight": 34,
- "weightUnit": "OZ"
}
]
}
], - "pickupDateTime": "2025-09-15T13:00:00Z",
- "pickupOptions": {
- "pickupStartDateTime": "2025-09-15T12:45:00Z",
- "pickupEndDateTime": "2025-09-15T13:15:00Z",
- "carrierType": "EXPRESS",
- "scheduleDay": "SAME_DAY"
}
}
{- "carrierAccountId": "97wroboxVgbzK4N",
- "carrier": "fedex",
- "pickupAddress": {
- "addressLine1": "27 Waterview Dr",
- "cityTown": "Shelton",
- "company": "PB",
- "countryCode": "US",
- "email": "abc@test.com",
- "name": "Test",
- "phone": "1234567890",
- "postalCode": "06484-4301",
- "residential": false,
- "stateProvince": "CT"
}, - "pickupDateTime": "2025-09-15T13:00:00Z",
- "pickupOptions": {
- "pickupStartDateTime": "2025-09-15T12:45:00Z",
- "pickupEndDateTime": "2025-09-15T13:15:00Z",
- "carrierType": "EXPRESS",
- "scheduleDay": "SAME_DAY"
}, - "pickupAvailable": true,
- "pickupInformation": {
- "cutoffTime": "16:15:00",
- "startCloseTimeOptions": {
- "startTimeOptions": [
- "12:30:00",
- "13:00:00"
], - "closeTimeOptions": [
- "12:30:00",
- "13:00:00",
- "13:30:00"
]
}, - "timeRangeOptions": { }
}
}