# 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="<https://3058674140-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fy0w9O4LtMBdjROn7iZ1X%2Fuploads%2Fbj8ap9E966CK2t9MAS8y%2FSample.pdf?alt=media&token=b7ce0440-9aa0-4329-8bb0-79c2eda60649>" %}

## 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](https://docs.hotwax.co/documents/store-operations/inventory/transfer-order-management/transfer-order-fulfillment).


---

# Agent Instructions: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
