Place your first order
After you successfully added a listing and your first facility, it is time to learn how to place an order which you the pickers in the facility can fulfill.
Placeholders
Placeholder | Replace with | Example |
---|---|---|
| JWT from Identity provider |
|
Place the order
To place an order, we need some information coming from your system. For more details which information we need and which can be added, see our REST API documentation for adding orders.
Lets make the API call:
If the request was successful, you'll receive a 201 CREATED
response containing the order item. Very important is the orderId
property as this is needed for further requests on that order.
Restrictions
It is only possible to place an order with a duplicated tenantOrderId if the previous orders are not in the status OPEN, LOCKED, or PROMISED. Otherwise, your order creation request will be denied.
If you want to reuse a tenantOrderId and the previous order is in the status OPEN, LOCKED, or PROMISED, you must cancel the previous order first.
Last updated