Files
bakery-ia/shared/demo/fixtures/enterprise/children/C0000000-0000-4000-a000-000000000001/08-orders.json

44 lines
1.3 KiB
JSON
Raw Normal View History

2025-12-17 13:03:52 +01:00
{
"customers": [
{
"id": "60000000-0000-0000-0000-000000000001",
"tenant_id": "C0000000-0000-4000-a000-000000000001",
"customer_code": "CUST-001",
"name": "Restaurante El Buen Yantar - Valencia",
"customer_type": "WHOLESALE",
"contact_person": "Luis Gómez",
"email": "compras@buenyantar.es",
"phone": "+34 912 345 678",
"address": "Calle Mayor, 45",
"city": "Valencia",
"postal_code": "46013",
"country": "España",
"status": "ACTIVE",
"total_orders": 45,
"total_spent": 3250.75,
"created_at": "BASE_TS",
"notes": "Regular wholesale customer - weekly orders"
},
{
"id": "60000000-0000-0000-0000-000000000002",
"tenant_id": "C0000000-0000-4000-a000-000000000001",
"customer_code": "CUST-002",
"name": "Cafetería La Esquina - Valencia",
"customer_type": "RETAIL",
"contact_person": "Marta Ruiz",
"email": "cafeteria@laesquina.com",
"phone": "+34 913 456 789",
"address": "Plaza del Sol, 12",
"city": "Valencia",
"postal_code": "46012",
"country": "España",
"status": "ACTIVE",
"total_orders": 12,
"total_spent": 850.2,
"created_at": "BASE_TS",
"notes": "Small retail customer - biweekly orders"
}
],
"customer_orders": [],
"order_items": []
}