{
"status": "success",
"message": "Order preview calculated successfully",
"data": {
"items": [
{
"item": "64f1a2b3c4d5e6f7890a1234",
"name": "Margherita Pizza",
"description": "Classic Italian pizza with fresh mozzarella",
"imagePath": "/uploads/items/pizza.jpg",
"optionName": "Large",
"quantity": 2,
"unitPrice": 50,
"totalPrice": 100
},
{
"item": "64f1a2b3c4d5e6f7890a5678",
"name": "Coca Cola",
"description": "Cold refreshing drink",
"imagePath": "/uploads/items/cola.jpg",
"optionName": null,
"quantity": 1,
"unitPrice": 15,
"totalPrice": 15
}
],
"subtotal": 115,
"coupon": "SUMMER2024",
"discount": 20,
"deliveryFee": 15,
"total": 110,
"vendor": "64f1a2b3c4d5e6f7890a9999",
"user": "64f1a2b3c4d5e6f7890a5678",
"error": null
}
}