Point manupulation
Manually manupulate customer points balance via API
Last updated
Manually manupulate customer points balance via API
Last updated
Earn point via Rest API
This api allows you to increase point for a specific shopify customer via Rest API
/rest_api/v1/shopify/earn-point
{{appKey}}
{{secretKey}}
{"shopifyCustomerId":7278822981918,"point":10000,"adminNote":"Note that is only visible in admin side","userNote":"Note that is visible in both admin and customer side"}
Spend point via Rest API
This api allows you to decrease point for a specific shopify customer via Rest API
/rest_api/v1/shopify/spend-point
{{appKey}}
{{secretKey}}
{"shopifyCustomerId":7278822981918,"point":10000,"adminNote":"Note that is only visible in admin side","userNote":"Note that is visible in both admin and customer side"}
Adjust point via Rest API
This api allows you to reset point for a specific shopify customer via Rest API
/rest_api/v1/shopify/reset-point
{{appKey}}
{{secretKey}}
{"shopifyCustomerId":7278822981918,"point":10000,"adminNote":"Note that is only visible in admin side","userNote":"Note that is visible in both admin and customer side"}
Adjust point via Rest API
This api allows you to adjust (increase or decrease) point for a specific shopify customer via Rest API
/rest_api/v1/shopify/adjust-point
{{appKey}}
{{secretKey}}
{"shopifyCustomerId":7278822981918,"point":10000,"adminNote":"Note that is only visible in admin side","userNote":"Note that is visible in both admin and customer side"}