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 Readcurl --location --request GET 'https://api.zid.sa/v1/badges/' \
--header 'Authorization: {{Access-Token}}' \
--header 'Accept-Language: en' \
--header 'Store-Id: 3' \
--header 'Role: Manager' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Content-Type: application/json' \
--data-raw ''{
"data": [
{
"body": {
"ar": "منتج مميز",
"en": "Special Product"
},
"is_example": true,
"icon": null
}
]
}