Authorizations
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
The shipment ID
x >= 1Query Parameters
A limit on the number of objects to be returned.
1 <= x <= 1000100
A cursor for use in pagination which defines the starting id of the next page of results.
See paging parameters for more information on paging.
The default sort order is descending by primary key (sort=-id).
Using the sorting syntax, the following fields are available for sorting:
idquantityqty_picked
Using the filtering syntax, you may filter the results using the following fields:
idlocation_idproduct_idqtyqty_pickedis_locked
Specify additional fields to include in the response
Specify additional fields of the ShipmentItem object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Product objects to be included in the response. See the selecting fields page for more information.
Specify additional fields of the OrderItem object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Location object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Lot object to be included in the response. See the selecting fields page for more information.
Specify additional fields of the LocationType object (via Location) to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Product object (via Location) to be included in the response. See the selecting fields page for more information.
Specify additional fields of the Rack object (via Location) to be included in the response. See the selecting fields page for more information.
Response
A dictionary with a collection property that contains a list of
Reservation objects for the specified shipment.
A list of Reservation objects.