{
"id": "string",
"userId": "string",
"vendorId": "string",
"totalAmount": 0,
"deliveryFee": null,
"serviceFee": 0,
"paymentMethod": "string",
"paymentStatus": "string",
"orderStatus": "string",
"deliveryAddress": "string",
"deliveryInstructions": "string",
"shoppingHandlerId": null,
"deliveryHandlerId": null,
"scheduledDeliveryTime": null,
"createdAt": "string",
"updatedAt": "string",
"orderItems": [
{
"id": "string",
"cartId": null,
"vendorProductId": "string",
"quantity": 0,
"createdAt": "string",
"updatedAt": "string",
"orderId": "string"
}
],
"shopper": null,
"deliverer": null
}