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_write - Products Read & Write{
"name": "Color"
}curl --location --request POST 'https://api.zid.sa/v1/attributes/' \
--header 'Accept-Language: en' \
--header 'Store-Id: 3' \
--header 'Authorization: {{Autherization}}' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Color"
}'{
"id": "2ffbf61f-0f7e-44b8-954c-da223019356e",
"name": "Color",
"slug": "color-4",
"presets": [],
"is_extra": false,
"is_enabled": true,
"display_order": null,
"preset_count": null
}