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 --request GET 'https://api.zid.sa/v1/managers/store/customer-tags' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en' \
--form 'name=""'{
"status": "object",
"customer_tags": [
{
"id": "a1cf3175-7587-45ed-a0fa-489b6d7990e8",
"name": "test",
"store_id": "d297fb8b-c322-412e-a2f4-ffa96dc57022"
}
],
"message": {
"type": "object",
"code": null,
"name": null,
"description": null
}
}