---
title: "Retrieve a packing slip"
method: GET
path: "/sales_orders/{id}/packing_slips"
tags: ["Sales orders"]
---

# Retrieve a packing slip

`GET /sales_orders/{id}/packing_slips`

Returns a packing slip for a sales order. Packing slip is delivered as Base64-encoded data.

      
Packing slips are branded slips used for disclosing which orders are sent to the end customer.

## Path parameters

- `id` integer, required

## Query parameters

- `format` 'a4_pdf' | '10x19_pdf'

## Response `200`

Successful.

- PackingSlip
  - `id` integer — ID for sales order
  - `packing_slips` PackingSlipData[]
    - `order_fulfillment_id` integer — The ID of the order fulfillment.
    - `base64` string — Data encoded in Base64 format.
    - `file_format` string — File format for the returned PDF data.

## Other responses

- `401` — Unauthorized.
- `404` — Resource not found.

---

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