Store//
- Store Business Hour Update Notification
Store Status Update Notification
Store Business Hour Updat...
Keeta pushes real-time notifications when either regular business hours or special business hours are modified.
Event ID: 1101
Notes: Both 'business hour' and 'special business hour' applied this endpoint for any updates.
Updated business hour
Example:
{ "thu": [ { … } ], "tue": [ { … } ], "wed": [ { … } ], "sat": [ { … } ], "fri": [ { … } ], "mon": [ { … } ], "sun": [ { … } ] }
POST
{ "shopId": 466663, "businessHourOfTheWeek": { "thu": [ … ], "tue": [ … ], "wed": [ … ], "sat": [ … ], "fri": [ … ], "mon": [ … ], "sun": [ … ] }, "specialBusinessHour": [ { … } ] }
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" }