72 lines
2.3 KiB
JSON
72 lines
2.3 KiB
JSON
{
|
|
"sales_data": [
|
|
{
|
|
"id": "70000000-0000-0000-0000-000000000001",
|
|
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
|
|
"sale_date": "2025-01-14T10:00:00Z",
|
|
"product_id": "20000000-0000-0000-0000-000000000001",
|
|
"quantity_sold": 45.0,
|
|
"unit_price": 2.5,
|
|
"total_revenue": 112.5,
|
|
"sales_channel": "IN_STORE",
|
|
"created_at": "BASE_TS",
|
|
"notes": "Regular daily sales"
|
|
},
|
|
{
|
|
"id": "70000000-0000-0000-0000-000000000002",
|
|
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
|
|
"sale_date": "2025-01-14T11:00:00Z",
|
|
"product_id": "20000000-0000-0000-0000-000000000002",
|
|
"quantity_sold": 10.0,
|
|
"unit_price": 3.75,
|
|
"total_revenue": 37.5,
|
|
"sales_channel": "IN_STORE",
|
|
"created_at": "BASE_TS",
|
|
"notes": "Morning croissant sales"
|
|
},
|
|
{
|
|
"id": "70000000-0000-0000-0000-000000000003",
|
|
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
|
|
"sale_date": "2025-01-14T12:00:00Z",
|
|
"product_id": "20000000-0000-0000-0000-000000000003",
|
|
"quantity_sold": 8.0,
|
|
"unit_price": 2.25,
|
|
"total_revenue": 18.0,
|
|
"sales_channel": "IN_STORE",
|
|
"created_at": "BASE_TS",
|
|
"notes": "Lunch time bread sales"
|
|
},
|
|
{
|
|
"id": "70000000-0000-0000-0000-000000000004",
|
|
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
|
|
"sale_date": "2025-01-14T15:00:00Z",
|
|
"product_id": "20000000-0000-0000-0000-000000000004",
|
|
"quantity_sold": 12.0,
|
|
"unit_price": 1.75,
|
|
"total_revenue": 21.0,
|
|
"sales_channel": "IN_STORE",
|
|
"created_at": "BASE_TS",
|
|
"notes": "Afternoon pastry sales"
|
|
},
|
|
{
|
|
"id": "70000000-0000-0000-0000-000000000099",
|
|
"tenant_id": "a1b2c3d4-e5f6-47a8-b9c0-d1e2f3a4b5c6",
|
|
"sale_date": "2025-01-15T07:30:00Z",
|
|
"product_id": "20000000-0000-0000-0000-000000000001",
|
|
"quantity_sold": 25.0,
|
|
"unit_price": 2.6,
|
|
"total_revenue": 65.0,
|
|
"sales_channel": "IN_STORE",
|
|
"created_at": "BASE_TS",
|
|
"notes": "Early morning rush - higher price point",
|
|
"reasoning_data": {
|
|
"type": "peak_demand",
|
|
"parameters": {
|
|
"demand_factor": 1.2,
|
|
"time_period": "morning_rush",
|
|
"price_adjustment": 0.1
|
|
}
|
|
}
|
|
}
|
|
]
|
|
} |