Loyalty Program Points per Order
GET
https://api.zid.sa/v1v1/customers/loyalty-program/<<STORE_ID>>/get-points-per-order-total/1000
Loyalty Program
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.zid.sa/v1v1/customers/loyalty-program/<<STORE_ID>>/get-points-per-order-total/1000?STORE_ID&AMOUNT' \
--header 'Accept;' \
--header 'Accept-Language;' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{
"status": "string",
"points": "\"100\"",
"message": {
"type": "string",
"code": null,
"name": null,
"description": null
}
}
Request
Query Params
STORE_ID
stringÂ
optional
AMOUNT
stringÂ
optional
Header Params
Accept
stringÂ
optional
Default:
application/json
Accept-Language
enum<string>Â
optional
en
if not specified.Allowed values:
enar
Example:
en