This API may be called by suppliers to acknowledge an order, indicating the supplier's receipt of intention to fulfill an order.
Method | POST |
Path | /order/acknowledge |
Url Params | none |
Body | OrderId[] |
Response JSON | none |
Request Headers | Standard headers |
Details
Supplier's are expected to acknowledge receipt of orders by calling this API which accepts a list of mappings from IDs to the type of ID passed in. This API will asynchronously acknowledge the orders after the fact. The API may be sent up to 5 megabytes of data in the body of the request.
Comments
Please sign in to leave a comment.