Multi order picking
Use case example
Configure multi order picking
1. Configure the picking method for a warehouse facility
2. Configure the maximum number of tasks for multi order pick
"multiOrderPickingConfiguration": {
"maxAmountOfPickJobsForMultiOrderPick": 5
},3. Create load unit types
4. Create storage locations
How to fulfill a task in multi order pick
1. Create a multi order pick run with the REST API
2. Start the pick run with the REST API
5. Finish the pick run
Last updated