Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
products.read - Products Readcurl --location --request GET 'https://api.zid.sa/v1/attributes/' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Store-Id: 3'{
"count": 99,
"next": "http://api.zid.sa/v1/attributes/?page=2",
"previous": null,
"results": [
{
"id": "f1a69ab0-f3cc-459c-aeff-94046595496f",
"name": "Color",
"slug": "color-2",
"presets": [
{
"id": "25b1ff9c-a1d7-4fb6-b4e1-eb5295e9d046",
"slug": "color-2",
"name": "Color",
"value": "Red",
"type": "default",
"type_value": null,
"display_order": 1,
"attribute_image_id": null,
"attribute_id": "f1a69ab0-f3cc-459c-aeff-94046595496f"
}
],
"is_extra": false,
"is_enabled": true,
"display_order": null,
"preset_count": 117
}
]
}