This webhook serves to notify the developer's system when an order's status changes to 'Cancelled' on the Keeta platform.
Event ID: 1004
Time when the event occurred, specified as milliseconds since Jan 1, 1970 (Unix epoch)
Example:1751448108144
- https://open.mykeeta.com/api/openhttps://open.mykeeta.com/api/open/orderCancellationNotification
{ "orderViewId": 756823555555859, "shopId": 466663, "status": 50, "opTime": 1751448108144, "cancelReason": "Customer cancel the order", "opType": 10 }
Request executed successfully
A numeric status identifier indicating the result of the interface call, used to determine whether the operation executed successfully.
| Enum Value | Description |
|---|---|
| 0 | The request was executed successfully. |
| Non-zero value | The request execution failed. Specific error details can be viewed in the message field. |
Example:0
Response
{ "code": 0, "message": "Success" }