product
Description
- The current product in a product detail context.
Source
{{product}}
Type
- Object
Key Fields
_id,app,title,slug,description,status,publishedAt,images[{_id,fileUrl}],collections[{_id,title,handle,...}],pricing{price,compareAtPrice,originalPrice},quantity,allowBackorder,trackQuantity,options[{_id,name,type,values[{_id,label,type,sortOrder,...}]}],createdAt,updatedAt
Example
{
"_id": "68d129e13ea3e016614fb86f",
"app": "689063e353b3d912b37a3564",
"title": "منتج جديد - 22 سبتمبر 2025 - 12:50",
"slug": "منتج-جديد-22-سبتمبر-2025-1250",
"description": "وصف المنتج هنا...",
"status": "active",
"publishedAt": null,
"images": [
{
"_id": "68adac5c56e7d5aeff4a391b",
"fileUrl": "https://cdn.qumra.cloud/media/.../image.webp"
}
],
"collections": [
{ "_id": "68f7ead6...", "title": "بناطيل", "handle": "header" }
],
"quantity": 13,
"deleted": false,
"createdAt": "2025-09-22T10:50:09.322Z",
"updatedAt": "2025-09-22T10:51:04.213Z",
"pricing": {
"price": 1000,
"compareAtPrice": 1200,
"originalPrice": 1000
},
"variantsCount": 0,
"options": []
}