reward-points

Number of APIs: 13

  1. Customer Reedem Options - Retrieve Redeem Options GET {{api-url}}/reward-points/public/customer/redeemOptions

  2. Signed-In Customer Reward Points - Retrieving reward points of a signed-in customer GET {{api-url}}/reward-points/public/customer

  3. Reedem Options Management - Creating redeem option (percentage coupon) POST {{api-url}}/reward-points/public/customer/redeemOptions

  4. Reward Points Management - Retrieving a reward points summary for a single customer GET {{api-url}}/reward-points/customer/{{customerId}}/summary

  5. Reward Points Management - Adding reward points for a customer POST {{api-url}}/reward-points/customer/{{customerId}}/addPoints?siteCode=main

  6. Signed-In Customer Reward Points - Retrieving a reward points summary of a signed-in customer GET {{api-url}}/reward-points/public/customer/summary

  7. Reward Points Management - Retrieving reward points for all customers GET {{api-url}}/reward-points/summaryBatch

  8. Reward Points Management - Retrieving reward points for a customer GET {{api-url}}/reward-points/customer/{{customerId}}

  9. Reward Points Management - Deleting reward points of a customer DELETE {{api-url}}/reward-points/customer/{{customerId}}

  10. Reward Points Management - Redeeming reward points of a customer POST {{api-url}}/reward-points/customer/{{customerId}}/redeemPoints