v1
latestOpenAPI 3.0.02026-07-1398671635.1 KBOrder Acceptance Webhooks
publicly-accessible
Order cancelled
This webhook will be invoked whenever the order was cancelled.
post/order-cancelled
Request body
Example request
{
"OrderId": "ijdhpy7bdusgtc28bapspa",
"Event": "OrderCancelled",
"Reason": "system_cancelled_other"
}Response
Respond with a 200 status code to indicate that you have received the notification.