---
title: "Retrieve a pick list"
method: GET
path: "/sales_orders/{id}/pick_list"
tags: ["Sales orders"]
---

# Retrieve a pick list

`GET /sales_orders/{id}/pick_list`

Returns a pick list for a sales order. Pick list is delivered as Base64-encoded data.

      
Pick lists contain the items for the order, and their locations, optimized for your picking flow.

## Path parameters

- `id` integer, required

## Query parameters

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

## Response `200`

Successful.

- PickListData[]
  - `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.dev/shipmondo/apis/shipmondo-api.md) · [All operations](https://skmtc.dev/shipmondo/apis/shipmondo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shipmondo/shipmondo-api/revisions/3b9f91693dec/schema)
