Reward Points Management

Number of APIs: 7

  1. Retrieving a reward points summary for a single customer GET {{api-url}}/reward-points/customer/{{customerId}}/summary

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

  3. Retrieving reward points for all customers GET {{api-url}}/reward-points/summaryBatch

  4. Retrieving reward points for a customer GET {{api-url}}/reward-points/customer/{{customerId}}

  5. Deleting reward points of a customer DELETE {{api-url}}/reward-points/customer/{{customerId}}

  6. Redeeming reward points of a customer POST {{api-url}}/reward-points/customer/{{customerId}}/redeemPoints

  7. Creating a new reward points entry for a customer POST {{api-url}}/reward-points/customer/{{customerId}}?siteCode=main