GET v1/manifests
Summary: List Manifests
Operation ID: list_manifests
Auth: unknown
Operation ID: list_manifests
Auth: unknown
Description
Similar to querying shipments, we allow you to query manifests since there will likely be a large number over a long period of time.
Parameters (9)
carrier_id
(?, query, optional)
Carrier ID
created_at_end
(string, query, optional)
Used to create a filter for when a resource was created, (ex. A shipment that was created before a certain time)
created_at_start
(string, query, optional)
Used to create a filter for when a resource was created (ex. A shipment that was created after a certain time)
label_ids
(array, query, optional)
page
(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}
page_size
(integer, query, optional, default: 25)
The number of results to return per response.
Constraints: {'minimum': 1}
ship_date_end
(string, query, optional)
ship date end range
ship_date_start
(string, query, optional)
ship date start range
warehouse_id
(?, query, optional)
Warehouse ID
No probe data for this endpoint yet.