1. Canonical Execution Events
Execution events describe operational occurrences that matter for real-time coordination.
Event Structure
{
"event_id": "evt_7f3d8a2b",
"event_type": "ORDER_AT_RISK",
"timestamp": "2026-02-23T14:32:17.234Z",
"valid_until": "2026-02-23T14:37:17.234Z",
"confidence": 0.87,
"source": {
"system": "inventory_360",
"location_id": "store_4521",
"actor_type": "system"
},
"context": {
"order_id": "ord_9x8y7z",
"risk_type": "item_availability",
"affected_items": ["sku_12345"]
}
}
Order Lifecycle Events
| Event Type | Description | Source |
|---|---|---|
ORDER_CREATED | New order entered | Commerce/POS |
ORDER_CONFIRMED | Order accepted and queued | OMS |
ORDER_AT_RISK | Fulfillment timeline threatened | Inventory |
ORDER_READY | Order prepared for handoff | Fulfillment |
ORDER_COMPLETED | Successfully delivered | Fulfillment |
Customer & Fulfillment Events
| Event Type | Description | Source |
|---|---|---|
CUSTOMER_ARRIVED | Customer at pickup location | Geofence/App |
VEHICLE_DETECTED | Vehicle in pickup zone | Camera/Sensor |
HANDOFF_INITIATED | Staff beginning delivery | Mobile |
HANDOFF_COMPLETED | Order transferred | Mobile |
Inventory & Operations Events
| Event Type | Description | Source |
|---|---|---|
ITEM_UNAVAILABLE | Product out of stock | Inventory |
SUBSTITUTION_REQUIRED | Original needs replacement | Fulfillment |
SUBSTITUTION_PROPOSED | Alternative suggested | AI/System |
MARKDOWN_TRIGGERED | Price reduction activated | Waste/Pricing |
STAFF_ASSIGNED | Associate allocated | Labor |