This webhook serves to notify the developer's system when an order's status changes to 'Delivered' on the Keeta platform.
Event ID: 1003
- https://open.mykeeta.com/api/openhttps://open.mykeeta.com/api/open/orderCompletionNotification
{ "orderViewId": 756823555555859, "shopId": 466663, "status": 40, "opTime": 1751448108144 }
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" }