product / products
المخطط (Schema)
{
"featured": { "type": "product", "label": "المنتج المميز", "default": "" },
"items": { "type": "products", "label": "المنتجات", "default": [] }
}
مثال Nunjucks
{% if widget.data.featured %}<pre>{{ widget.data.featured | dump }}</pre>{% endif %}
{% for p in widget.data.items %}<div>{{ p.title }}</div>{% endfor %}
استخدمه لمنتج واحد أو قائمة منتجات.
مثال المخرجات (كـ JSON)
{
"featured": { "title": "Featured Product", "handle": "featured-product" },
"items":[
{
"_id": "69248443e2f94be6c3772ecc",
"title": "Vece",
"slug": "vece",
"description": "",
"app": "689063e353b3d912b37a3564",
"tags": [],
"quantity": 0,
"status": "active",
"publishedAt": null,
"images": [
{
"_id": "67ffd1927f7cd6da2d12bfdd",
"fileUrl": "https://cdn.qumra.cloud/system/assets/1754930273587-912200541.webp",
"notFound": true
}
],
"collections": [],
"deleted": false,
"pricing": {
"price": 0,
"compareAtPrice": 0,
"originalPrice": 0
},
"allowBackorder": false,
"trackQuantity": false,
"createdAt": "2025-11-24T16:13:55.469Z",
"updatedAt": "2025-11-24T16:13:55.469Z",
"__v": 0,
"variantsCount": 0,
"options": []
},
{
"_id": "692483d8e2f94be6c3772dcc",
"title": "Egrb",
"slug": "egrb",
"description": "",
"app": "689063e353b3d912b37a3564",
"tags": [],
"quantity": 0,
"status": "active",
"publishedAt": null,
"images": [
{
"_id": "67ffd1927f7cd6da2d12bfdd",
"fileUrl": "https://cdn.qumra.cloud/system/assets/1754930273587-912200541.webp",
"notFound": true
}
],
"collections": [],
"deleted": false,
"pricing": {
"price": 0,
"compareAtPrice": 0,
"originalPrice": 0
},
"allowBackorder": false,
"trackQuantity": false,
"createdAt": "2025-11-24T16:12:08.214Z",
"updatedAt": "2025-11-24T16:13:47.802Z",
"__v": 0,
"variantsCount": 1,
"options": [
{
"_id": "692483e9e2f94be6c3772de1",
"name": "Tbtbt",
"type": "text",
"createdAt": "2025-11-24T16:12:25.520Z",
"updatedAt": "2025-11-24T16:12:25.520Z",
"values": [
{
"_id": "692483e9e2f94be6c3772de3",
"product": "692483d8e2f94be6c3772dcc",
"label": "F f",
"type": "text",
"sortOrder": 0,
"createdAt": "2025-11-24T16:12:25.520Z",
"updatedAt": "2025-11-24T16:12:25.520Z"
}
]
}
]
}
]
}
هذا كيف يظهر في المنشئ.