reward-points
Number of APIs: 13
-
Customer Reedem Options - Retrieve Redeem Options GET {{api-url}}/reward-points/public/customer/redeemOptions
-
Signed-In Customer Reward Points - Retrieving reward points of a signed-in customer GET {{api-url}}/reward-points/public/customer
-
Reedem Options Management - Creating redeem option (percentage coupon) POST {{api-url}}/reward-points/public/customer/redeemOptions
-
Reward Points Management - Retrieving a reward points summary for a single customer GET {{api-url}}/reward-points/customer/{{customerId}}/summary
-
Reward Points Management - Adding reward points for a customer POST {{api-url}}/reward-points/customer/{{customerId}}/addPoints?siteCode=main
-
Signed-In Customer Reward Points - Retrieving a reward points summary of a signed-in customer GET {{api-url}}/reward-points/public/customer/summary
-
Reward Points Management - Retrieving reward points for all customers GET {{api-url}}/reward-points/summaryBatch
-
Reward Points Management - Retrieving reward points for a customer GET {{api-url}}/reward-points/customer/{{customerId}}
-
Reward Points Management - Deleting reward points of a customer DELETE {{api-url}}/reward-points/customer/{{customerId}}
-
Reward Points Management - Redeeming reward points of a customer POST {{api-url}}/reward-points/customer/{{customerId}}/redeemPoints