Locked orders
There are use-cases where not every order should be fulfilled as soon as possible. In some cases it might me necessary to do some manual checks on an order, e.g. customer verification or fraud detection. Locked orders are routed to a facility but do not result in a pickJob until they are unlocked.
Create locked Orders
Some details on the example:
A locked order has the same details and properties as a order that should be fulfilled the standard way.
The
status
isLOCKED
which means, that there are no further operational entities, e.g. pick jobs are created.In the optional
statusReasons
, you can set a reason per status you set the order in.
Unlock locked orders
To unlock an order, call the orders action UNLOCK
:
Last updated