> 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/retail-operations/inventory/transfers-app/find-transfer-order.md).

# Find Transfer Orders

The `Transfer orders` page opens when you sign in. It lists every Transfer Order (TO) and lets you quickly narrow results with search, filters, grouping, and sorting.

## Search for a TO

1. Use the search bar at the top of the page.
2. Enter the TO name to filter the list in real time.

## Filter TOs

Use filters in the `Location` or `Fulfillment` panel to refine the list.

1. Open the dropdown for the filter you need.
2. Choose a value; results update automatically.

Available filters:

* `Product Store`
* `Origin`
* `Destination`
* `Method`
* `Carrier`
* `Type`: `Fulfill & Receive`, `Fulfill only`, or `Receive only`
* `Status`: `Approved`, `Cancelled`, `Completed`, or `Created`

## Group TOs

Group TOs to review related orders together.

1. At the top of the page, open the `Group by` dropdown.
2. Select a grouping option.
3. Expand any card to view TOs and see ordered, shipped, and received quantities.

Grouping options:

* `Order item`: Default view showing each TO with the order name, order ID, origin, destination, created date, and order status.
* `Destination`: Group by receiving facility with ordered, shipped, and received totals.
* `Destination and product`: Group by receiving facility and product.
* `Origin`: Group by shipping facility with ordered, shipped, and received totals.
* `Origin and product`: Group by shipping facility and product.

## Sort by Created Date

Select `Sort by` and use the `Created date` toggle to switch between ascending and descending order.

## Open order details

Select any TO from the list to open the `Transfer order details` page.


---

# 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/retail-operations/inventory/transfers-app/find-transfer-order.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.
