Purchase order
POST/purchase-order
This endpoint can be used to place order.
It will return one or several sub-orders, if the products provided are sold by different suppliers. One order will be created by supplier.
About order IDs, we generate them on our side.
You must wait for our API response returning an OK response before eventually storing the order on your side, because the order creation can be rejected by our system.
Request
Responses
- 201
- 400
- 503
The order(s) data. See Route Documentation.
The request is invalid. Please provide correct params. See Route Documentation#errors.
The service is unavailable at the moment. Please try again later. See Route Documentation#errors.