{
"id": "cart_123456",
"customerId": "user_123456",
"createdAt": "2023-04-15T10:30:00Z",
"updatedAt": "2023-04-16T08:45:00Z",
"items": [
{
"id": "item_123456",
"productId": "prod_123456",
"variantId": "var_789012",
"name": "Serenity Candle",
"variantName": "Small",
"sku": "SER-CAN-S",
"price": 24.99,
"quantity": 1,
"image": "https://example.com/images/candle1.jpg",
"customizations": {
"fragrance": "standard",
"giftWrapped": false
}
},
{
"id": "item_123457",
"productId": "prod_234567",
"variantId": "var_789014",
"name": "Lavender Bath Bombs",
"variantName": "3-Pack",
"sku": "LAV-BB-3P",
"price": 34.99,
"quantity": 1,
"image": "https://example.com/images/bath-bomb-pack.jpg",
"customizations": {
"giftWrapped": true,
"giftMessage": "Happy Birthday!"
}
}
],
"itemCount": 2,
"subtotal": 59.98,
"discounts": [
{
"code": "WELCOME10",
"description": "10% off your first order",
"type": "percentage",
"value": 10,
"amount": 5.99
}
],
"discountTotal": 5.99,
"estimatedTax": 5.40,
"estimatedTotal": 59.39,
"currency": "USD",
"notes": "Please gift wrap the Lavender Bath Bombs"
}