{
"success": true,
"data": {
"id": 42,
"user_id": 5,
"tenant_id": "123",
"address_id": 2,
"payment_type": 1,
"total_amount": "99.99",
"created_at": "2025-11-16T10:30:00.000000Z",
"updated_at": "2025-11-16T10:30:00.000000Z",
"items": [
{
"id": 85,
"order_id": 42,
"product_id": 10,
"size": "Large",
"qty": 2,
"amount": "49.99",
"notes": "Extra packaging please",
"product": {
"id": 10,
"name_en": "Premium Coffee Beans",
"cover_id": 5,
"published": true
}
},
{
"id": 86,
"order_id": 42,
"product_id": 15,
"size": "Medium",
"qty": 1,
"amount": "50.00",
"notes": null,
"product": {
"id": 15,
"name_en": "Organic Tea",
"cover_id": 8,
"published": true
}
}
],
"user": {
"id": 5,
"name": "John Doe",
"email": "john@example.com"
},
"address": {
"id": 2,
"street": "123 Main St",
"city": "Dubai",
"country": "UAE",
"postal_code": "12345"
}
}
}