POST
/v1/pickupsSchedule a carrier pickupParameters
Idempotency-Keystring · uuidheaderrequiredRequest body
requiredapplication/json
objectCreatePickupRequest
addressobjectrequiredShow child attributes
citystringrequiredcompanynull | stringcountrystringrequiredline1stringrequiredline2null | stringnamestringrequiredphonenull | stringpostal_codestringrequiredregionnull | stringnotesnull | stringshipment_idsarray of stringrequiredShow child attributes
windowobjectrequiredShow child attributes
ends_atstring · date-timerequiredstarts_atstring · date-timerequired{
"address": {
"city": "Exampleton",
"company": "Northstar Supplies",
"country": "ZZ",
"line1": "14 Fictional Quay",
"line2": "Unit 7",
"name": "Rowan Example",
"phone": "+00000000000",
"postal_code": "EX4 2PL",
"region": "Test Province"
},
"notes": "string",
"shipment_ids": [
"string"
],
"window": {
"ends_at": "2026-09-06T12:00:00Z",
"starts_at": "2026-09-06T09:00:00Z"
}
}Responses
objectPickup
created_atstring · date-timerequiredidstringrequiredobjectvaluerequiredshipment_idsarray of stringrequiredShow child attributes
statusstringrequired{
"address": {
"city": "Exampleton",
"company": "Northstar Supplies",
"country": "ZZ",
"line1": "14 Fictional Quay",
"line2": "Unit 7",
"name": "Rowan Example",
"phone": "+00000000000",
"postal_code": "EX4 2PL",
"region": "Test Province"
},
"created_at": "2026-06-09T00:00:00Z",
"id": "pku_00000000000000000001",
"object": "pickup",
"shipment_ids": [
"string"
],
"status": "canceled",
"window": {
"ends_at": "2026-09-06T12:00:00Z",
"starts_at": "2026-09-06T09:00:00Z"
}
}objectProblem
detailstringerrorsarray of objectShow child attributes
Show array items
messagestringrequiredpathstringrequiredrequest_idstringrequiredstatusintegerrequiredtitlestringrequiredtypestring · urirequired{
"errors": [
{
"message": "must be a synthetic postal code",
"path": "recipient.postal_code"
}
],
"request_id": "req_00000000000000000006",
"status": 422,
"title": "Synthetic request validation failed",
"type": "https://parcel-events.example/problems/validation"
}