---
title: "Manifest eligible orders"
method: POST
path: "/manifests"
tags: ["Manifests"]
---

# Manifest eligible orders

`POST /manifests`

Manifest all orders in 'Label Generated' and 'Despatched' statuses and return manifest paperwork where possible.

## Request body

- ManifestEligibleOrdersRequest
  - `carrierName` string — The name of the carrier you would like to manifest orders for. This is required if the account has multiple carriers or multiple postage location numbers, and must match the name configured in the carrier settings within the main website.

## Response `201`

The Manifest all eligible orders request was successful, and a manifest has been created. The Printable PDF manifest is available for download.

- ManifestOrdersResponse
  - `manifestNumber` number, required
  - `documentPdf` string — manifest in format base64 string

## Other responses

- `202` — The Manifest eligible orders request was successful, and a manifest has been created. However, the printable manifest PDF is not yet available. The printable manifest PDF should be accessible later via the Get Manifest endpoint. If it is not available after a reasonable period, please <a href='https://help.parcel.royalmail.com/hc/en-gb/articles/115003806094-Contact-Support' target='_self'>contact support</a> for assistance.
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden (Feature not available)
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/royalmail/apis/channelshipper-royal-mail-public-api.md) · [All operations](https://skmtc.net/royalmail/apis/channelshipper-royal-mail-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/royalmail/channelshipper-royal-mail-public-api/revisions/7e0c23c81719/schema)
