# Transfer Orders

Transfer orders are integral to maintaining inventory balance, minimizing stockouts, and optimizing inventory allocation across different stores or warehouses. By effectively managing transfer orders, organizations can enhance their operational efficiency, reduce costs associated with excess inventory or unnecessary transportation, and ultimately improve customer satisfaction through timely order fulfillment. Inventory transfers can be of various types, such as:

* **Warehouse to Store:** When there is a need to replenish inventory at retail stores from the central warehouse or distribution center, transfer orders can be initiated to move the required items from the warehouse to the stores.
* **Store to Warehouse:** Sometimes, stores might need to return excess or unsold inventory back to the warehouse for consolidation or redistribution. Transfer orders facilitate this movement from the stores back to the warehouse.
* **Store to Store:** In cases where one store has excess inventory that another store requires, transfer orders can be used to transfer inventory directly between stores, optimizing stock levels across the retail network.

This guide focuses on store-level operations for TOs. For retail operations and admin workflows—such as creating, configuring, and managing TOs—refer to the [Transfers App user manual](https://github.com/hotwax/oms-documentation/blob/user-guides-pub/documents/retail-operations/inventory/transfers-app.md).


---

# 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.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.
