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{
"value": {
"ar": "الحجم",
"en": "Size"
}
}curl --location --request PATCH 'https://api.zid.sa/v1/attributes/cfb5bd3f-bbc5-4439-a171-b2d70e1c0293/presets/fc809b6d-4eda-449c-aa13-c6624027049f/' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Store-Id: 3' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": {
"ar": "الحجم",
"en": "Size"
}
}'{
"id": "fc809b6d-4eda-449c-aa13-c6624027049f",
"slug": "color-6",
"name": "",
"value": "Size",
"type": "default",
"type_value": null,
"display_order": null,
"attribute_image_id": null,
"attribute_id": "cfb5bd3f-bbc5-4439-a171-b2d70e1c0293"
}