Skip to main content
POST
Pick Shipment

Authorizations

Authorization
string
header
required

Generate a JWT access token through a Custom Global Integration and provide it with each request in the Authorization header prefixed with "Bearer" and then a single space.

Path Parameters

id
integer
required

The id of the referenced Shipment.

Required range: x >= 1

Body

application/json
pick_locations
PickupLocation · object[]
write-only

Optionally specify the exact locations and amounts which should be picked. If not specified then all locations for this shipment will be picked. Cannot be used together with reservation_refs.

reservation_refs
object[]
write-only

Optionally specify the exact reservations to pick by their IDs. If not specified then all reservations for this shipment will be picked. Cannot be used together with pick_locations.

Response

OK - The operation completed successfully and there is no response body.