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/Metafields/' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Store-Id: {{StoreId}}'{
"count": 0,
"next": "string",
"results": [
{
"id": "81ad822e-a9b2-4d4c-8a07-7f8110915e2f",
"name": {
"ar": "ุงูููู",
"en": "Color"
},
"slug": "color",
"value": {
"ar": "ุฃุณูุฏ",
"en": "Black"
}
}
]
}