- Picture Bind Task Completion Notification
Item's Picture Bind Task operates asynchronously. When Keeta's platform receives a MenuSync request, it creates two separate internal tasks, one for syncing the menu and another for uploading item images. Upon the image task completion (success or failure), Keeta will notify developers via this webhook.
Event ID: 1201
Unique identifier of the Keeta store.Identifies the store to which the current operation belongs
Task ID, the unique identifier for the current image binding task
The task ID of the menu sync task associated with the current menu image sync task.
- https://open.mykeeta.com/api/openhttps://open.mykeeta.com/api/open/PictureBindTaskCompletionNotification
{ "shopId": 25381, "taskId": 939569332, "mainTaskId": 41666617, "errorList": [ { … } ] }
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" }