- Menu Synchronization Task Completion Notification
The Menu Synchronization API operates asynchronously. When Keeta's platform receives a synchronization request, it creates an internal task for processing. Upon task completion (success or failure), Keeta will notify developers via this webhook.
Event ID: 1202
Due to this being an asynchronous task, when Keeta platform receives the request, it cannot complete the task immediately. Keeta platform will submit a task to run in the internal system, and this field represents the unique ID of that task.
The task ID of the image sync task within the current menu sync task. This field is null when there is no image sync task.
- https://open.mykeeta.com/api/openhttps://open.mykeeta.com/api/open/menuSynchronizationTaskCompletionWebhook
{ "shopId": 25381, "taskId": 897354, "pictureTaskId": 266675845, "errorSpuDTOList": [ { … } ] }
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" }