{
"client_id": "acme-corp",
"event_id": "770e8400-e29b-41d4-a716-446655440002",
"event_type": "orders.update",
"event_timestamp": 1705349000,
"api_version": "v1",
"event_data": {
"id": 12345,
"user_phone": "+56912345678",
"user_email": "customer@example.com",
"user_address": "123 Main Street, Santiago",
"user_name": "John Doe",
"dispatch_method": "store_delivery",
"store_id": 1,
"status": "preparing",
"platform": "web",
"created_at": "2024-01-15T19:25:00Z",
"subtotal_price": 25.5,
"total_price": 31,
"items": [
{
"id": 1,
"product_id": 101,
"quantity": 2,
"name": "Margherita Pizza",
"price": 12.5
}
],
"deliveries": [
{
"id": 1,
"type": "own_delivery",
"status": "confirmed"
}
]
}
}