Notify the result of a Create Order event
POST/manager/order/v1/orders/order-created
Rate limit
32 requests per minuteCallback used by a merchant-side integration to acknowledge the result of an order-creation webhook it received. Send the X-Event-Id of the original webhook event so the platform can correlate the acknowledgement with the order it created.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
The Create Order event result was successfully processed
The request is malformed.
Invalid authorization.
Authorization not valid for the requested resource.
Resource not found.
The request body is not valid.