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{
"delay_unit": "hour",
"delay_value": 15,
"email_text": {
"ar": "سيتم إرسال إشعار عند توفر المنتج",
"en": "You will be notified when the product is available"
},
"email_title": {
"ar": "المنتج متوفر الآن",
"en": "Product is now available"
},
"coupon_code": null
}
curl --location --request POST 'https://api.zid.sa/v1/products/notifications/settings/' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Store-Id: {{StoreId}}' \
--header 'Accept-Language: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"delay_unit": "hour",
"delay_value": 15,
"email_text": {
"ar": "سيتم إرسال إشعار عند توفر المنتج",
"en": "You will be notified when the product is available"
},
"email_title": {
"ar": "المنتج متوفر الآن",
"en": "Product is now available"
},
"coupon_code": null
}'