---
title: "Retrieve specific orders"
method: GET
path: "/orders/{orderIdentifiers}"
tags: ["Orders"]
---

# Retrieve specific orders

`GET /orders/{orderIdentifiers}`

## Path parameters

- `orderIdentifiers` string, required

## Response `200`

Return list of specific orders

- GetOrderInfoResource[]
  - `orderIdentifier` integer, required
  - `orderReference` string
  - `createdOn` string, date-time, required
  - `orderDate` string, date-time
  - `printedOn` string, date-time
  - `manifestedOn` string, date-time
  - `shippedOn` string, date-time
  - `trackingNumber` string
  - `packages` CreatePackagesResponse[]
    - `packageNumber` integer
    - `trackingNumber` string

## Other responses

- `400` — Bad Request (Request has missing or invalid parameters and cannot be parsed)
- `401` — Unauthorized
- `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/versions/7e0c23c81719/schema)
