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 - Products Read{
"email": "test@test.com",
"language": "ar"
}curl --location --request GET '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 '{
"email": "test@test.com",
"language": "ar"
}'{
"settings": {
"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
}
}