GET v1/shipments
Operation ID: list_shipments
Auth: unknown
Description
Get list of Shipments
Parameters (12)
(?, query, optional)
Batch ID
(string, query, optional)
Used to create a filter for when a resource was created, (ex. A shipment that was created before a certain time)
(string, query, optional)
Used to create a filter for when a resource was created (ex. A shipment that was created after a certain time)
(string, query, optional)
Used to create a filter for when a resource was modified (ex. A shipment that was modified before a certain time)
(string, query, optional)
Used to create a filter for when a resource was modified (ex. A shipment that was modified after a certain time)
(integer, query, optional, default: 1)
Return a specific page of results. Defaults to the first page. If set to a number that's greater than the number of pages of results, an empty page is returned.
Constraints: {'minimum': 1}
(integer, query, optional, default: 25)
The number of results to return per response.
Constraints: {'minimum': 1}
(string, query, optional)
Sales Order ID
(?, query, optional)
(?, query, optional)
(?, query, optional, default: desc)
Controls the sort order of the query.
(string, query, optional)
Search for shipments based on the custom tag added to the shipment object
Constraints: {'minLength': 1}
No probe data for this endpoint yet.