PickupApi
Request Pickup
Schedules a pickup request for shipments and returns a generated PDF pickup document. Only committed shipments can be picked up; shipments must be committed before a pickup can be requested. If the request body is empty or omitted, the pickup is created for all committed shipments that have not been picked up yet.
post/requestpickup
Query parameters
prefferedpickuptimestring
Preferred pickup time as a Unix timestamp in milliseconds. The system assigns the nearest available slot if the requested time is unavailable.
copiesinteger
Number of pickup document PDF copies to generate. Defaults to 1.
miniboolean
When true, generates a mini-format pickup document PDF instead of the full-size version.
Request body
integer[] required
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.