Themes built on the Twig templating engine are now deprecated and require migration to Vitrin to ensure continued support and compatibility with Zid.
loyalty_program.read - Loyalty Program Readcurl --location --request GET 'https://api.zid.sa/v2/catalog/customers/loyalty-program//get-points-per-order-total/1000?STORE_ID=3&AMOUNT=30' \
--header 'Accept: application/json' \
--header 'Accept-Language: en' \
--header 'Content-Type: text/plain' \
--data-raw 'ok'{
"status": "string",
"points": "\"100\"",
"message": {
"type": "string",
"code": null,
"name": null,
"description": null
}
}