API/Shipments
List shipments
Retrieve a list of shipments with pagination and filtering options. Results are filtered to shipments the authenticated user has access to.
Query Parameters
limitintegerMaximum number of items to return per page
Default:
10Minimum: 1Maximum: 100pageintegerPage number for pagination
Default:
1Minimum: 1searchstringSearch term to filter shipments by tracking code
cursorstringCursor for pagination (alternative to page-based pagination)
sortBystringField to sort by
sortOrderstringOrder to sort by
Default:
"desc"Value in: "asc" | "desc"carrierCodestringFilter shipments by carrier code
trackingStatusstringFilter shipments by tracking status
dateRange[from]stringStart date for filtering shipments by creation date
Format:
"date"dateRange[to]stringEnd date for filtering shipments by creation date
Format:
"date"Successful operation