---
title: "Get manifest by ID"
method: GET
path: "/v1/manifests/{manifest_id}"
tags: ["manifests"]
---

# Get manifest by ID

`GET /v1/manifests/{manifest_id}`

Get Manifest By Id

## Response `200`

The request was a success.

- GetManifestByIdResponseBody — Used for combining packages into one scannable form that a carrier can use when picking up a large number of shipments
  - `manifest_id` string — A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.
  - `form_id` string — A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.
  - `created_at` string, date-time — The date-time that the manifest was created
  - `ship_date` string, date-time — The date-time that the manifests shipments will be picked up
  - `shipments` integer — The number of shipments that are included in this manifest
  - `label_ids` SeId[] — An array of the label ids used in this manifest.
  - `warehouse_id` string — A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.
  - `submission_id` string — A string that uniquely identifies the submission
  - `carrier_id` string — A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.
  - `manifest_download` ManifestDownload — Object containing the href link to download the manifest file
    - `href` string, url — A URL

## Other responses

- `400` — The request contained errors.
- `404` — The specified resource does not exist.
- `500` — An error occurred on ShipEngine's side. > This error will automatically be reported to our engineers.

## Changes

- **2026-08-15** `f3a66d204565` — 18 warning
  - added the new `freight_connection_inactive` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `400`
  - added the new `freight_connection_inactive` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `404`
  - added the new `freight_connection_inactive` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `500`
  - added the new `freight_provider_id_required` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `400`
  - …14 more

[Change history](https://skmtc.dev/shipstation/apis/shipengine-api/changes/v1/manifests/:manifest_id/get.md)

---

[API](https://skmtc.dev/shipstation/apis/shipengine-api.md) · [All operations](https://skmtc.dev/shipstation/apis/shipengine-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipstation/shipengine-api/revisions/3d40b751cc83/schema)
