Customer & Delivery
Customer
{{customer.name}}
Delivery Address
{{order.delivery_address || customer.default_address}}
Items in this Order
Review a single order with item breakdown, customer and delivery details, and update its status.
Order Items
Source: api:/api/orders/{{order.id}}/items
| Produce Item | Category | Quantity | Unit | Price / Unit | Line Total | Availability |
|---|---|---|---|---|---|---|
| Gala Apples | Fruit | 5 | kg | 3.5 | 17.5 | In stock |
| Baby Spinach | Leafy Greens | 2 | kg | 4 | 8 | Low stock |
Order Status Timeline
Review a single order with item breakdown, customer and delivery details, and update its status.
Status History
Created
Order placed by the customer.
Confirmed
Items reviewed and confirmed by the shop.
Packed
Fresh produce prepared for delivery or pickup.
Out for Delivery
Order is on its way to the customer.
Delivered
Customer has received the order.
Update Order Status
Adjust the order status, delivery date, and internal notes.