---
title: "Retrieve pick lists"
method: GET
path: "/pick_lists"
tags: ["Sales orders"]
---

# Retrieve pick lists

`GET /pick_lists`

Return pick lists for specific sales orders. Limit: **25** sales order IDs per request.

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

## Query parameters

- `ids` string[], required
- `output_format` 'a4_pdf' | '10x19_pdf'

## Response `200`

Successful.

- PickList[]
  - `id` integer — ID for sales order
  - `pick_list` 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.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/revisions/dbe9a4ea0826/schema)
