githubEdit

Packing

circle-info

This article focuses on using the Operations app. For information on APIs and customizations, see the Packing section.

The packing process is a crucial step for organizing picked items into one or more shipping packages. It acts as a checklist to ensure that all items are ready to be handed over to the customer or a delivery service.

The approach to packing varies depending on the application used:

  • In the Android Operations app, packing functions primarily as a checklist for verifying that all items are included, which helps ensure accuracy and prevent errors.

  • The Operations web app supports packing items into multiple packages. This makes it possible to differentiate between packages and produce package-specific documentation, which is particularly useful for generating accurate shipping labels and organizing items for delivery.

Packing Android app

When the packing selection is opened, you'll see a list of all the tasks and their current states. By default, they're ordered by date ascending (oldest first) within each status.

Each task also includes the short ID, the order ID, and the number of items that need to be packed.

To search for a specific order, tap the search icon,

Packing a task

Opening a packing task displays a list of the items that require packing. To confirm that all items from the list are packed, the user must select the checkbox for each item.

circle-info

It's also possible to configure a fast packing option, which allows the user to skip selecting each item and confirm the entire task by tapping the Finish button. For more information, refer to the Packing Configuration documentationarrow-up-right.

Search in packing tasks

The packing overview allows users to search for packing tasks. Tapping the search icon opens a field where barcodes, such as load unit IDs, can be scanned or entered.

Packing of picked items

Scanning

Depending on the configuration, it may be necessary to scan each packed item. This is supported for Mobile Data Entry (MDE) devices.

Reset

A packing task can be reset to undo all changes. This is done by tapping the X icon in the top-left corner and confirming the action.

This action resets the packed quantity for all items. Created shipping labels are not affected by this.

Packing web app

The packing process allocates picked items to packages, such as boxes or bags. This process requires at least one packingContainerType to be configured on the tenant.

Pack items into packages

After selecting a packing task, the user selects one or more items from the list to create a new package.

One item is selected and ready to be packed
Items have been successfully packed

The system displays the new package in the packing overview. From there, users can pack additional items into the existing package or create a new one.

After all items are packed, the user finishes the packing task to proceed to printing.

Simplified packing

For orders that ship in a single package, the packing process can be streamlined by selecting all items at once to create a single package.

Unpack items

Users can unpack items from a package. To do this, a user opens the package overview, reduces the item quantity, and saves the changes. The system returns the unpacked items to the list of items that need to be packed, where they can be assigned to a new or existing package.

circle-info

If an item count in a package is reduced to zero, the system deletes the resulting empty package when the packing task is finished.

Last updated