Reward Points Management
Number of APIs: 7
-
Retrieving a reward points summary for a single customer GET {{api-url}}/reward-points/customer/{{customerId}}/summary
-
Adding reward points for a customer POST {{api-url}}/reward-points/customer/{{customerId}}/addPoints?siteCode=main
-
Retrieving reward points for all customers GET {{api-url}}/reward-points/summaryBatch
-
Retrieving reward points for a customer GET {{api-url}}/reward-points/customer/{{customerId}}
-
Deleting reward points of a customer DELETE {{api-url}}/reward-points/customer/{{customerId}}
-
Redeeming reward points of a customer POST {{api-url}}/reward-points/customer/{{customerId}}/redeemPoints
-
Creating a new reward points entry for a customer POST {{api-url}}/reward-points/customer/{{customerId}}?siteCode=main