v1
latestOpenAPI 3.0.02026-07-1397337495.2 KBmanifests
Create Manifest
Each ShipEngine manifest is created for a specific warehouse, so you'll need to provide the warehouse_id rather than the ship_from address. You can create a warehouse for each location that you want to create manifests for.
post/v1/manifests
Request body
Example request
{
"carrier_id": "se-28529731",
"excluded_label_ids": [
"se-28529731"
],
"label_ids": [
"se-28529731"
],
"warehouse_id": "se-28529731",
"ship_date": "2018-09-23T15:00:00.000Z"
}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"
}
}
],
"manifest_requests": [
{
"manifest_request_id": "se-28529731"
}
],
"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,
"warehouse_id": "se-28529731",
"submission_id": "9475711899564878915476",
"carrier_id": "se-28529731",
"manifest_download": {
"href": "http://api.shipengine.com/v1/labels/se-28529731"
},
"label_ids": [
"se-28529731"
],
"request_id": "aa3d8e8e-462b-4476-9618-72db7f7b7009",
"errors": [
{
"message": "Body of request cannot be null.",
"carrier_id": "se-28529731",
"carrier_code": "dhl_express",
"field_name": "shipment.ship_to.phone_number"
}
]
}