Skip to main content

cart

Description

  • The active shopping cart for the current device/session.

Source

  • {{cart}}

Type

  • Object

Key Fields

  • _id, app, deviceId, status, items[], totalQuantity, totalPrice, totalCompareAtPrice, totalSavings,
  • couponApplied, couponDiscount, offers{applied, totalsBefore{...}, totalsAfter{...}},
  • market{status,message}, createdAt, updatedAt

Example

{
"_id": "69035bfe4233b9ddc2c30090",
"app": "6786b189a50b21ed13baac70",
"deviceId": "QA-4464699367506.1760948950",
"status": "ACTIVE",
"totalQuantity": 7,
"totalPrice": 4700,
"totalCompareAtPrice": 73882,
"totalSavings": 69182,
"isFastOrder": false,
"items": [
{
"_id": "6910a766c4f097470bc6bbad",
"cart": "69035bfe4233b9ddc2c30090",
"productId": "68f7e68910788325661e5833",
"variantId": null,
"productData": {
"title": "بنطلون رجالي كاجوال",
"slug": "منتج-جديد-21-أكتوبر-2025-2201",
"app": "6786b189a50b21ed13baac70",
"image": {
"_id": "68f7e58d56e183c98483b049",
"fileUrl": "https://cdn.qumra.cloud/media/6786b189a50b21ed13baac70/1761076621569-14438859.webp"
},
"price": 700,
"_id": "6910a766c4f097470bc6bbae"
},
"quantity": 6,
"price": 700,
"compareAtPrice": 12222,
"totalPrice": 4200,
"totalCompareAtPrice": 73332,
"totalSavings": 69132,
"originalPrice": 700,
"totalOriginalPrice": 700,
"lastSyncAt": "2025-11-09T14:38:30.877Z",
"createdAt": "2025-11-09T14:38:30.877Z",
"updatedAt": "2025-11-19T11:19:03.511Z",
"originalTotalPrice": 4200,
"displayPrice": 700,
"displayTotalPrice": 4200,
"itemOfferDiscount": 0
}
],
"couponApplied": false,
"couponDiscount": 0,
"createdAt": "2025-10-30T12:37:18.115Z",
"updatedAt": "2025-11-19T19:03:34.656Z",
"account": "678fdac73f10a51fa1ae3519",
"offers": {
"applied": [],
"totalsBefore": {
"totalPrice": 4700,
"totalCompareAtPrice": 73882,
"totalSavings": 69182,
"totalQuantity": 7
},
"totalsAfter": {
"totalPrice": 4700,
"totalCompareAtPrice": 73882,
"totalSavings": 69182,
"totalQuantity": 7
}
}
}

Notes

  • Item entries may include variantId and variantData when variants are used.