π Store Updated
Update store status (Available or Busy)
π§© JSON Payload
{
"brand_id": "5000",
"event_time": "2025-01-01 00:00:00",
"event": "store.updated",
"branch_id": "123",
"status": true
}
π Field Descriptions
Field | Type | Description |
---|---|---|
event | String | Always "item.updated"β type of event |
event_time | Timestamp | Timestamp of when the toggle action occurred |
brand_id | String | The ID of the brand triggering the update |
branch_id | String | The branch where the item status was changed |
status | Boolean | "true" if in stock, "false" if out of stock |
π§ Behavior
- This event notifies the manual POS that a store (branch) was paused or resumed in Blend.
- The POS should update its local availability flag and stop/start accepting orders accordingly.
π§ Example Use Cases
- A merchant pauses a branch due to kitchen overload or downtime.
- A merchant reopens the branch after maintenance or closing hours.
β
Notes
- The status field is always 0 or 1, representing availability, not operational hours.
- This is a per-branch notification β each branch update triggers a separate webhook.
- Manual POS should block new order creation if status = 0.
Updated 10 days ago
Whatβs Next