200 Successful Response
Schema: ShipmentListResponse
-
itemsarray · ShipmentResponse requiredShipmentResponse -
List of items
14 fields
-
idstring required -
Shipment UUID.
-
business_idstring required -
Business UUID.
-
statusstring required -
Shipment status.
-
feesarray · Fee required -
Shipment fees.
-
line_itemsarray · object required -
Items in shipment.
-
descriptionstring -
Notes.
-
tracking_numberstring -
Tracking number.
-
expected_arrival_datestring · date-time -
Expected delivery.
-
shipped_datestring · date-time -
Ship date.
-
location_idstring -
Destination location ID.
-
location_namestring -
Destination location name.
-
created_atstring · date-time required -
Created timestamp.
-
updated_atstring · date-time required -
Updated timestamp.
-
versioninteger -
Version for optimistic locking.
-
-
totalinteger -
Total number of items (null when not calculated for performance)
-
limitinteger -
Pagination limit
-
next_cursorstring -
Cursor for next page
-
prev_cursorstring -
Cursor for previous page
-
has_nextboolean required -
Whether there are more items
-
has_prevboolean required -
Whether there are previous items