π Order Updated
π§© JSON Payload
{
"brand_id": "5000",
"event_time": "2025-01-01 00:00:00",
"event": "order.updated",
"branch_id": "1",
"order_id": "123456",
"status": "PENDING"
}
π 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 | One of: PENDING, ACCEPTED, PREPARING, CANCELED, REJECTED, TIME_OUT |
order_id | string | Pos's internal order ID |
π§ Behavior
- Pos updates the order status and informs the Blend to reflect this change in real time and send to delivery app.
π§ Example Use Cases
- A manager at Pos rejects an order β Blend marks the order as REJECTED
β
Notes
- The order_id is generated by Pos.
Updated 10 days ago