> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/store-operations/inventory/transfer-order-management/picklist.md).

# Transfer Order Picklist

The Picklist provides a detailed list of items in a Transfer Order (TO) to support accurate packing and tracking. Generate a PDF and use it as a checklist while preparing a shipment to transfer. Pack items first, then enter the details into the app to reduce confusion, prevent errors, and make it easier to generate shipments and shipping labels.

## Picklist Fields

| Field               | Description                                                                |
| ------------------- | -------------------------------------------------------------------------- |
| Item No.            | Serial number of the item.                                                 |
| Product             | Product identifier (e.g., SKU).                                            |
| Product Description | Brief description of the product.                                          |
| Quantity Ordered    | Total quantity of the item ordered.                                        |
| Quantity Picked     | An empty field for you to fill in the quantity of items as you pack.       |
| Box Number          | An empty field for you to fill in the box number where the item is packed. |

{% file src="/files/P93dzrQ5wu2uBGUpF9cI" %}

## Steps to use the Picklist

### Generate picklist

* Open a TO in the Fulfillment App.
* Tap the `Picklist` button in the lower-right corner of the page, next to `Create Shipment`.
* A PDF document is generated, listing all items in the TO along with details for packing.
* Print the picklist to use as a checklist or keep it open on an iPad while packing.

### Pack items using the picklist

* Use the picklist as a guide while packing items into boxes.
* Note down the quantities picked and the box number for each item on the picklist as you pack.

### Record in the App

After packing, use the picklist to record the packed items in the app.

## Complete Shipment

After recording, complete the shipment following the standard fulfillment process.

For detailed instructions on fulfilling a TO, refer to [Transfer Order Fulfillment](/documents/store-operations/inventory/transfer-order-management/transfer-order-fulfillment.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.hotwax.co/documents/store-operations/inventory/transfer-order-management/picklist.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
