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 '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 ''{
"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
}
]
}