---
title: "GET /orders/{order_id}/packing-slip-pdf"
method: GET
path: "/orders/{order_id}/packing-slip-pdf"
tags: ["Orders"]
---

# GET /orders/{order_id}/packing-slip-pdf

`GET /orders/{order_id}/packing-slip-pdf`

This endpoint retrieves a PDF packing slip for a specific brand order. For Upmarket Plus retailers, include a printed copy of this packing slip in every shipping package. Call GET /retailers/public/{retailer_id} to check whether an order's retailer is Upmarket Plus.

## Path parameters

- `order_id` string, required

## Query parameters

- `timezone` string

## Response `200`

Successful response

## Other responses

- `400` — Bad Request -- Your request is invalid.
- `401` — Unauthorized -- Your API key is wrong.
- `404` — Not found -- The requested resource could not be found.
- `405` — Method Not Allowed -- You tried to access an entity with an invalid method.
- `429` — Too Many Requests.
- `500` — Internal Server Error -- We had a problem with our server. Try again later.
- `503` — Service Unavailable -- We're temporarily offline for maintenance. Please try again later.

---

[API](https://skmtc.net/faire/apis/faire-external-api.md) · [All operations](https://skmtc.net/faire/apis/faire-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/faire/faire-external-api/revisions/19558399745c/schema)
