Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
third_store_operations_read - Read the store's operational settingscurl --location --request GET 'https://api.zid.sa/v1/managers/account/store/operations' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en'{
"status": "object",
"operations": {
"maintenance_mode": false,
"has_mobile_app": true,
"is_customers_email_mandatory": true,
"customers_login_by_sms_status": true,
"customers_login_by_email_status": true,
"customers_login_by_whatsapp_status": true,
"is_setup_completed": true,
"availability": {
"is_store_closed": false,
"closing_type": "store_closed",
"closing_time_type": "period",
"closed_now": false,
"activating_data": null,
"closing_data": {
"date": null,
"time": null,
"day_name": null,
"remaining_months": null,
"remaining_days": null,
"remaining_hours": null,
"remaining_minutes": null
},
"notify_customer": true,
"is_time_counter_displayed": true,
"is_available_hours_visible": null,
"title": {
"ar": "ahmed",
"en": "mustafa"
},
"message": {
"ar": "شيشسيشسي",
"en": "شسيشسيشسي"
},
"times": {
"Sunday": {
"period_1": {
"from": "02:01",
"to": "03:30"
},
"period_2": {
"from": "12:59",
"to": "18:57"
}
},
"Monday": {
"period_1": {
"from": "01:53",
"to": "05:58"
}
},
"Wednesday": {
"period_1": {
"from": "23:43",
"to": "23:45"
}
}
}
}
},
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}