products
Description
- Product list in the current context (e.g., collection or search results).
Source
{{products}}
Type
- Array of product
Product Item (Key Fields)
_id,title,slug,description,images[{_id,fileUrl}],collections[{_id,title,handle,image,operation}],pricing{price,compareAtPrice,originalPrice},quantity,options[{name,type,values[{label,...}]}],createdAt,updatedAt
Example
[
{
"_id": "68f7e68910788325661e5833",
"title": "بنطلون رجالي كاجوال",
"slug": "منتج-جديد-21-أكتوبر-2025-2201",
"images": [
{ "_id": "68f7e58d56e183c98483b049", "fileUrl": "https://cdn.qumra.cloud/media/.../image.webp" }
],
"collections": [ { "_id": "68f7ead610788325661e5c48", "title": "بناطيل", "handle": "header" } ],
"pricing": { "price": 700, "compareAtPrice": 12222, "originalPrice": 700 },
"quantity": 64
}
]
Notes
- For a single product page, see
productinstead ofproducts.