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{
"label": {
"ar": "خيار مخصص"
},
"choices": [
{
"ar": "اختيار 1",
"en": "Option 1",
"price": "50.00"
}
],
"hint": {
"ar": "يرجى اختيار الخيار المناسب",
"en": "Please select a suitable option"
}
}curl --location --request POST 'https://api.zid.sa/v1/products/e0ad7a76-ba42-4c59-94c9-0da600117fbf/custom_options_fields/' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Store-Id: {{StoreId}}' \
--header 'Accept-Language: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"label": {
"ar": "خيار مخصص"
},
"choices": [
{
"ar": "اختيار 1",
"en": "Option 1",
"price": "50.00"
}
],
"hint": {
"ar": "يرجى اختيار الخيار المناسب",
"en": "Please select a suitable option"
}
}'{
"type": "string",
"hint": {
"ar": "يرجى اختيار الخيار المناسب",
"en": "Please select a suitable option"
},
"label": {
"ar": "لون مخصص"
},
"id": "12345abcd"
}