# Palletize

The **Palletize** module is designed to streamline the process of placing OLPNs onto a pallet. This helps to helps optimize warehouse space and improve the handling of outbound goods.

{% hint style="info" %}
To palletize the outbound LPNs, go to **Home > Pick > Palletize**
{% endhint %}

### The Palletization process

#### **1. Scan or Manually Enter the OLPN:**

* On the **Palletize** screen, you can initiate the process by scanning the outbound LPN (OLPN) or manually entering the OLPN number in the provided **OLPN#** field.
* After entering or scanning the OLPN, press **Enter** to proceed.

<div align="left"><figure><img src="/files/TbRapHjIlmDkz7fENFwv" alt="" width="403"><figcaption></figcaption></figure></div>

#### **2. Review OLPN Details:** Once the OLPN is scanned or entered, the system will automatically display the following details related to the contents of the LPN:

* **Item#/UPC**: This column displays the unique identifier assigned to the item and the Universal Product Code (UPC) of the item(s) within the LPN.
* **Total Qty Picked**: This column shows the total number of items that were picked.
* **SKU**: This column displays the identifier value for item on basis of selected identifier type in "**Secondary SKU Identifier Type In WMS Screens**" app config.

<div align="left"><figure><img src="/files/ck7h0IOA5LtEf4RHe3xo" alt="" width="403"><figcaption></figcaption></figure></div>

These details allow users to verify that the correct items and quantities are associated with the OLPN before moving forward with palletization. After reviewing and confirming the accuracy of the OLPN details, click the **Accept** button.

#### **3. Enter Pallet Information:**

* Once you click **Accept**, the system will prompt you to provide the pallet information.
* In the **Pallet** field, scan the pallet or manually enter the pallet details onto which you want to move the OLPN and press **Enter**.

<div align="left"><figure><img src="/files/uIGZYVTCKHqWnqthgQZV" alt="" width="403"><figcaption></figcaption></figure></div>

#### **4. Enter Location Details:**

* After entering the pallet information, the system will direct you to input the location details.
* In the next screen, you will need to enter the **Location.** In the **Location** field enter the location name where the pallet will be placed. Please note that the location type should be same as the location type of the OLPN. If you do not want to move the pallet to a new location, you can enter the current location of the pallet in this field.
* After entering the location, press **Accept** to complete the palletization process.

<div align="left"><figure><img src="/files/XyBxHwxdGsQkhNknYVAL" alt="" width="403"><figcaption></figcaption></figure></div>

Once the palletization process is completed, the OLPN is successfully assigned to the pallet and staged at the designated location, ready for shipping.

<div align="left"><figure><img src="/files/pUiGKKLRymhRiDXl3At8" alt="" width="403"><figcaption></figcaption></figure></div>


---

# 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.xorosoft.com/xorowms/wms-pick/palletize.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.
