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_core_read - Read the store's core informationcurl --location --request GET 'https://api.zid.sa/v1/managers/account/store' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en'{
"status": "object",
"store": {
"id": 1,
"uuid": "3dfc16e6-ad19-4126-9c2a-5e4a7fb73051",
"title": "Osama1",
"phone": "+966560465938",
"phone_object": {
"country_code": "966",
"mobile": "560465938"
},
"email": "os1987@yahoo.com",
"url": "https://osama.zidtest.com/",
"timezone": "Asia/Riyadh"
},
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}