Skip to main content
GET
Shipments - Get By Range

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
string

Start date for shipment range (ISO 8601)

Example:

"2025-01-01T00:00:00.000Z"

end
string

End date for shipment range (ISO 8601)

Example:

"2025-01-31T23:59:59.000Z"

page
number

Page number for pagination

Example:

1

simple
boolean

Return simplified response with fewer fields

Response

Orders with shipments in the specified date range

orders
object[]
required

Orders with shipments in the date range

skulabs_warning
object

Warning if results were truncated