Notify the result of a Create Order event
POST/manager/order/v1/orders/order-created
Callback 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.
RATE LIMIT: 32 per minute
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.