- Partial Product Refund Request Status Change Notification
This webhook is designed to notify your system when the status of a partial product refund request within an order changes on the Keeta platform.
Event ID: 1007
Unique identifier for the after-sales application
Indicates if this is an appealed refund request
| Enum Value | Description |
|---|---|
| 0 | Not an appeal |
| 1 | Customer appeal case |
JSON-formatted array string of image URLs uploaded by customers
Original reason for refund request
Time when the event occurred, specified as milliseconds since Jan 1, 1970 (Unix epoch)
- https://open.mykeeta.com/api/openhttps://open.mykeeta.com/api/open/partialProductRefundStatusChangeNotification
{ "orderViewId": 756823555555859, "shopId": 466663, "status": 5001, "afterSaleOrderId": 833441825390895, "isAppeal": 0, "pictures": "https://img-ap-hongkong.mykeeta.net/sailorproduct/9c760595674b344560cf94b0e5068b19511.jpg", "money": 3620, "currency": "HKD", "applyOpType": 10, "applyReason": "The quantity of delivered goods has decreased; Additional information: No egg tarts available", "handleOpType": 20, "handleReason": "Merchant agree refund", "opTime": 1751448108144, "refundProducts": [ { … } ] }
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. |
{ "code": 0, "message": "Success" }