15 lines
209 B
JSON
15 lines
209 B
JSON
{
|
|
"event": "quantum.order.created",
|
|
"orderId": "QTM-1001",
|
|
"customer": {
|
|
"id": "CUS-9001",
|
|
"name": "Ada Lovelace"
|
|
},
|
|
"items": [
|
|
{
|
|
"sku": "QBIT-001",
|
|
"quantity": 2
|
|
}
|
|
]
|
|
}
|