Running sequence
Storage locations can be ordered in a (running) sequence by defining the previous and next location via API.
Depending on the sequence type that was defined, the sequence is considered in picking or restowing.
"runningSequences": [
{
"type": "PICKING_SEQUENCE",
"previousStorageLocationRef": "string",
"nextStorageLocationRef": "string"
}
],
The running sequence defined for a storage location is prioritized over the running sequence that can be set on listing or order line item level.
Last updated