Pickups endpoint allows you to schedule pickups with USPS, DHL Express, UPS and FedEx carriers for eligible shipments that you have already created.
The Pickup has been created successfully.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "packageLocation": "None",
- "carrierAccountId": "X4pqLKjQ5XX",
- "pickupAddress": {
- "name": "John Doe",
- "addressLine1": "27 Waterview Dr",
- "cityTown": "Shelton",
- "stateProvince": "CT",
- "postalCode": "06484-4301",
- "countryCode": "US",
- "phone": "1234567890",
- "company": "PB",
- "email": "ankita.chaurasia@pb.com"
}, - "pickupSummary": [
- {
- "serviceId": "NDA",
- "packageCount": 2,
- "totalWeight": 15,
- "weightUnit": "OZ",
- "currencyCode": "USD",
- "packageDetails": [
- {
- "width": 1,
- "height": 15,
- "length": 10,
- "dimUnit": "IN",
- "weightUnit": "OZ",
- "weight": 1
}
]
}
], - "additionalnotes": "Call before pickup",
- "reference": "zscsdc",
- "pickupOptions": {
- "pickupStartDateTime": "2024-10-10T17:03:05Z",
- "pickupEndDateTime": "2024-10-10T17:05:05Z",
- "overweight": 2
}
}
{- "packageLocation": "None",
- "pickupConfirmationNumber": "CAME241011000909",
- "pickupId": "DHLEXP10111728640015873",
- "carrier": "dhlexp",
- "carrierAccountId": "j4pqLKjQ5dn",
- "pickupAddress": {
- "name": "Test",
- "addressLine1": "27 Waterview Dr",
- "cityTown": "Shelton",
- "stateProvince": "CT",
- "postalCode": "06484-4301",
- "countryCode": "US",
- "phone": "1234567890",
- "company": "PB",
- "email": "ankita.chaurasia@pb.com",
- "residential": false
}, - "pickupSummary": [
- {
- "serviceId": "NDA",
- "packageCount": 2,
- "totalWeight": 15,
- "weightUnit": "OZ",
- "currencyCode": "USD"
}
], - "additionalNotes": "absdhda",
- "pickupDateTime": "2024-10-10T17:05:05Z",
- "pickupTotalWeight": 16,
- "pickupTotalWeightUnit": "OZ",
- "reference": "zscsdc",
- "pickupOptions": {
- "pickupStartDateTime": "2024-10-10T17:03:05Z",
- "pickupEndDateTime": "2024-10-10T17:05:05Z",
- "overweight": 2,
- "carrierType": "EXPRESS"
}
}