Shipments

List shipments

Retrieve a paginated list of shipments

Enables developers to query shipments associated with their account, with filters and cursor-based pagination.

get/api/v1/shipments

Query parameters

limitinteger

Maximum number of results to return (default 100)

afterstring
beforestring
idsstring[]
statusShipmentStatus[]

Response

Paginated shipments response

Changes