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: {{Autherization}}' \
--header 'Access-Token: {{Access-Token}}' \
--header 'Store-Id: {{StoreId}}' \
--header 'Role: Manager' \
--header 'Accept-Language: en' \
--header 'Content-Type: application/json' \
--data-raw ''{
"data": [
{
"body": {
"ar": "خصم {discount_percent}",
"en": "{discount_percent} Discount"
},
"is_example": true,
"icon": {
"code": "discount_percent"
}
},
{
"body": {
"ar": "خصم 10%",
"en": "10% discount"
},
"is_example": false,
"icon": null
},
{
"body": {
"ar": "خصم 10.00%",
"en": "10.00% Discount"
},
"is_example": false,
"icon": null
},
{
"body": {
"ar": "مخفض",
"en": "Discounted"
},
"is_example": false,
"icon": null
},
{
"body": {
"ar": "خصم {discount_value}",
"en": "{discount_value} Discount"
},
"is_example": false,
"icon": null
},
{
"body": {
"ar": "شحن مجاني",
"en": "Free Shipping"
},
"is_example": false,
"icon": null
},
{
"body": {
"ar": "كمية محدودة",
"en": "Limited Quantity"
},
"is_example": false,
"icon": null
},
{
"body": {
"ar": "منتج مميز",
"en": "Special Product"
},
"is_example": false,
"icon": null
},
{
"body": {
"ar": "يباع سريعًا",
"en": "Selling fast"
},
"is_example": false,
"icon": null
}
]
}