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

# Retrieve details of the specific orders

`GET /orders/{orderIdentifiers}/full`

<b>Reserved for ChannelShipper customers only - please visit <a href="https://channelshipper.com/" target="_self">ChannelShipper.com</a> for more information</b>

## Path parameters

- `orderIdentifiers` string, required

## Response `200`

Return detailed information about the orders

- GetOrderDetailsResource[]
  - `orderIdentifier` integer
  - `orderStatus` string
  - `createdOn` string, date-time
  - `printedOn` string, date-time
  - `shippedOn` string, date-time
  - `postageAppliedOn` string, date-time
  - `manifestedOn` string, date-time
  - `orderDate` string, date-time
  - `despatchedByOtherCourierOn` string, date-time
  - `tradingName` string
  - `channel` string
  - `marketplaceTypeName` string
  - `department` string
  - `AIRNumber` string
  - `requiresExportLicense` boolean
  - `commercialInvoiceNumber` string
  - `commercialInvoiceDate` string, date-time
  - `orderReference` string
  - `channelShippingMethod` string
  - `specialInstructions` string
  - `pickerSpecialInstructions` string
  - `subtotal` number, required — The total value of all the goods in the order, excluding tax
  - `shippingCostCharged` number, required — The shipping costs you charged to your customer
  - `orderDiscount` number, required
  - `total` number, required — The sum of order subtotal, tax and retail shipping costs
  - `weightInGrams` integer, required
  - `packageSize` string
  - `accountBatchNumber` string
  - `currencyCode` string
  - `shippingDetails` GetShippingDetailsResult, required
    - `shippingCost` number, required
    - `trackingNumber` string
    - `shippingTrackingStatus` string
    - `serviceCode` string
    - `shippingService` string
    - `shippingCarrier` string
    - `receiveEmailNotification` boolean
    - `receiveSmsNotification` boolean
    - `guaranteedSaturdayDelivery` boolean
    - `requestSignatureUponDelivery` boolean
    - `isLocalCollect` boolean
    - `shippingUpdateSuccessDate` string, date-time
    - `packages` CreatePackagesResponse[]
      - `packageNumber` integer
      - `trackingNumber` string
  - `shippingInfo` GetPostalDetailsResult, required
    - `title` string
    - `firstName` string
    - `lastName` string
    - `companyName` string
    - `addressLine1` string
    - `addressLine2` string
    - `addressLine3` string
    - `city` string
    - `county` string
    - `postcode` string
    - `countryCode` string
    - `phoneNumber` string
    - `emailAddress` string
  - `billingInfo` GetPostalDetailsResult, required
    - `title` string
    - `firstName` string
    - `lastName` string
    - `companyName` string
    - `addressLine1` string
    - `addressLine2` string
    - `addressLine3` string
    - `city` string
    - `county` string
    - `postcode` string
    - `countryCode` string
    - `phoneNumber` string
    - `emailAddress` string
  - `orderLines` GetOrderLineResult[], required
    - `SKU` string
    - `name` string
    - `quantity` integer, required — The number of units in a given line
    - `unitValue` number — The price of a single unit excluding tax
    - `lineTotal` number — The sum of the line items including tax
    - `customsCode` string
  - `tags` GetTagDetailsResult[]
    - `key` string
    - `value` string

## Other responses

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