---
title: "Get order shipping document"
method: GET
path: "/selling/orders/{orderNumber}/shipping-document"
tags: ["Order"]
---

# Get order shipping document

`GET /selling/orders/{orderNumber}/shipping-document`

Get shipping documents for an order. This endpoint only supports Direct order types.

## Path parameters

- `orderNumber` string, required

## Response `200`

Ok

- GetShipmentDetailsResponse — Response structure for shipment details.
  - `shippingDocuments` object, nullable — Documents related to the shipment.
    - `requiredDocuments` RecordStringDocumentURL — Construct a type with a set of properties K of type T
    - `message` string — message and instructions related to the shipment.
    - `additionalDocumentsRequired` boolean — Is Additional Shipping Label required.
    - `thermalLabelOnly` string — Type alias for document URLs.
    - `sellerShippingInstructions` object, nullable — Seller shipping instructions in various label formats and languages.
      - `normalLabel` RecordLanguageCodeDocumentURL — Construct a type with a set of properties K of type T
      - `thermalLabel` RecordLanguageCodeDocumentURL, required — Construct a type with a set of properties K of type T

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/stockx/apis/stockx-public-api.md) · [All operations](https://skmtc.net/stockx/apis/stockx-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockx/stockx-public-api/versions/5b4ba84182d7/schema)
