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{
"type": "TEXT",
"label": {
"ar": "نص مخصص",
"en": "Custom Text"
}
}curl --location --request POST 'https://api.zid.sa/v1/products/e0ad7a76-ba42-4c59-94c9-0da600117fbf/custom_user_input_fields/' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Store-Id: {{StoreId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "TEXT",
"label": {
"ar": "نص مخصص",
"en": "Custom Text"
}
}'{
"id": "abc123",
"type": "text",
"hint": {
"en": "Please enter the desired value",
"ar": "يرجى إدخال القيمة المطلوبة"
},
"label": {
"en": "Custom Text",
"ar": "نص مخصص"
}
}