{
"success": true,
"data": {
"item": {
"id": "cart_e9fd4b94d7f5d9b3",
"status": "active",
"currency": "AUD",
"customerEmail": "jane@example.com",
"items": [
{
"_id": "6629c84f5d6a4d7481dfc333",
"title": "Neck Gaiter",
"variantTitle": "Navy",
"quantity": 2,
"unitPrice": 24,
"lineTotal": 48
}
],
"appliedDiscount": {
"code": "WELCOME10",
"type": "percentage",
"value": 10,
"amount": 4.8
},
"selectedShippingMethod": {
"methodId": "standard-au",
"label": "Standard shipping",
"amount": 8
},
"availableShippingMethods": [
{
"methodId": "standard-au",
"label": "Standard shipping",
"amount": 8
}
],
"subtotalAmount": 48,
"discountAmount": 4.8,
"shippingAmount": 8,
"taxAmount": 0,
"totalAmount": 51.2
}
},
"meta": {}
}