Load units
Last updated
Last updated
It is possible to use load units within the picking process. Load units can be any kind of custom items which complement the picked task, such as bags, boxes, vouchers, or any kind of goodies / information that the picker should get once the picking process is finished.
While the load unit entity captures the information for a particular pick job, the entity is the configuration object. So the typical task is to create the load unit types that you want to use in your picking process - here's an example:
To update/modify an existing load unit type, use the corresponding PATCH
call:
All defined load unit types will be immediately be displayed for selection in the picking process. If there are no load unit types defined, this step is skipped in the app.
Once a load unit type has been defined, it cannot be deleted via the API (yet). Please contact us if you require assistance in this scenario.
You can (and should) add an icon to the load unit type definition so that is displayed nicely in the Android app and the picker knows which bag, box, etc. to choose.
The image file needs to be base64 encoded in the HTTP request:
See our for details.
See our for details.