> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/other-products/xorowms/wms-pick/palletize.md).

# 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(s):**

* On the Palletize screen, you can initiate the process by scanning the outbound LPN(s) (OLPNs) or manually entering the OLPN number(s) in the provided OLPN# field.
* Users can scan one or more eligible OLPNs for palletization. After entering or scanning the OLPN(s), press **Enter** to proceed.

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

#### **2. Review OLPN Details:**&#x20;

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 the item on the basis of the selected identifier type in the "**Secondary SKU Identifier Type In WMS Screens**" app config.

If multiple OLPNs are scanned, the system displays the details for all selected OLPNs, allowing users to review and verify the outbound containers before palletization.

<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 selected OLPN(s) are successfully assigned to the pallet and staged at the designated location, ready for shipping.&#x20;

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

{% hint style="info" %}
The system supports palletizing multiple eligible OLPNs onto a single pallet. This allows users to consolidate multiple outbound containers into one pallet during a single palletization workflow.
{% endhint %}


---

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