v1

latestOpenAPI 3.0.02026-07-1397337495.2 KB
manifests

Get Manifest By Id

Get Manifest By Id

get/v1/manifests/{manifest_id}

Response

The request was a success.

manifest_idstring

A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.

form_idstring

A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.

created_atstring date-time

The date-time that the manifest was created

ship_datestring date-time

The date-time that the manifests shipments will be picked up

shipmentsinteger

The number of shipments that are included in this manifest

label_idsSeId[]

An array of the label ids used in this manifest.

warehouse_idstring

A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.

submission_idstring

A string that uniquely identifies the submission

carrier_idstring

A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.

Example response

{
  "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"
  }
}