v1
latestOpenAPI 3.0.02026-07-1397337495.2 KBList Manifests
Similar to querying shipments, we allow you to query manifests since there will likely be a large number over a long period of time.
Query parameters
A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.
Warehouse ID
ship date start range
ship date end range
Used to create a filter for when a resource was created (ex. A shipment that was created after a certain time)
Used to create a filter for when a resource was created, (ex. A shipment that was created before a certain time)
A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.
Carrier ID
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.
The number of results to return per response.
Array of label ids
[ "se-28529731" ]
Response
The request was a success.
Example response
{
"manifests": [
{
"manifest_id": "se-28529731",
"form_id": "se-28529731",
"created_at": "2019-07-12T13:37:39.050Z",
"ship_date": "2019-07-12T13:37:39.050Z",
"shipments": 100,
"label_ids": [
"se-28529731"
],
"warehouse_id": "se-28529731",
"submission_id": "9475711899564878915476",
"carrier_id": "se-28529731",
"manifest_download": {
"href": "http://api.shipengine.com/v1/labels/se-28529731"
}
}
],
"total": 3,
"page": 3,
"pages": 4,
"links": {
"first": {
"href": "http://api.shipengine.com/v1/labels/se-28529731"
},
"last": {
"href": "http://api.shipengine.com/v1/labels/se-28529731"
},
"prev": {
"href": "http://api.shipengine.com/v1/labels/se-28529731"
},
"next": {
"href": "http://api.shipengine.com/v1/labels/se-28529731"
}
}
}