13 lines
180 B
JSON
13 lines
180 B
JSON
{
|
|
"orders": [
|
|
{
|
|
"id": "ord-1",
|
|
"status": "paid",
|
|
"weightKg": 12,
|
|
"shippingCost": 0,
|
|
"trackingNumber": null,
|
|
"shippedAt": null
|
|
}
|
|
]
|
|
}
|