Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
third_customers_read - Customers Readcurl --location 'https://api.zid.sa/v1/managers/store/customers/by-phone/966503187421' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en'{
"status": "object",
"customer": {
"id": 37,
"name": "Osama Khaled",
"email": "osamakhaled2010@gmail.com",
"mobile": "966503187423",
"gender": "male",
"birth_date": "1987-05-05",
"verified": true,
"is_active": true,
"is_cod_enabled": true,
"type": "individual",
"business_name": null,
"source": null,
"order_counts": 973,
"total_payments": 627930.2961553979,
"orders_cost_average": 645.3548778575517,
"last_order_data": {
"id": 68558762,
"order_total_string": "267.35 SAR",
"created_at": "2026-04-27"
}
},
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}