# Full Bin Move

A commonly used feature in a warehouse is Bin Move. Bin Move is the process where users move all products from one bin to another.

Unlike 'Product move', handheld operators do not need to scan individual product or manually enter product quantities.&#x20;

{% hint style="info" %}
Notice: this can be done for a single SKU or Multiple SKU's in a single bin. The process keeps all attributes like Lot Number, Serial Numbers, Expiry dates.
{% endhint %}

Select 'Product move' icon and scan 'from' bin/LPN. Continue to follow system generated instructions on the bottom of the handheld screen.

#### Step 1

<figure><img src="/files/bzTSqCVu5jcyKnzx3J7F" alt=""><figcaption></figcaption></figure>

#### Step 2

Scan a destination bin where you wish to move bin full contents.

<figure><img src="/files/XAXuKyerhAduysT0BFiB" alt=""><figcaption></figcaption></figure>

#### Result

Full contents of the original bin has been moved to a newly chosen one.&#x20;

<figure><img src="/files/HfFfpbzRyORk3yFqlG3S" alt=""><figcaption></figcaption></figure>


---

# 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.p4warehouse.com/v2/floor-operations/inventory/full-bin-move.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.
