New Reservation
POST/reservation/split/create
Through this endpoint, authorised users can create a new reservation for an order.
It is possible to perform automatic assignment by not providing products
in the request payload. This means the platform decides where to reserve products and quantities depending on availability.
Alternatively, provide in the request payload the products
property, specifying a reserveIn
location for every item in the order.
How automatic assignment works
- Reserve all items in one robot if we have a robot with sufficient stock.
- When impossible, reserve all items in one locker if we have a locker with sufficient stock.
- When impossible, reserve items in the robot with most stock, then the locker with most stock, then what's left in the same robot. When no robots have stock, the first one is used.
When the reservation is made in different locations, this is also called a "split reservation".
All products in the order's order lines must be known to Lochting in order to perform automatic assignment. This means products must be provided by product ID or by known product codes.
Overbox reservations, specifying module or locker IDs, and selecting between multiple robots or lockers is currently not supported for this endpoint.
If you need to create overbox reservations, use New Vending Machine Reservation or New Locker Reservation instead.
Request
Responses
- 201
- 401
Created
Unauthorized