Update points
You can add, subtract, or update customer loyalty points
Add points
POST
/rest-api/v1/points/add
Subtract points
POST
/rest-api/v1/points/substract
Update points
POST
/rest-api/v1/points/update
Body
Field
Type
Description
customerIdentifier
string
Shopify customer ID or email
amount
int
Number of points to add, subtract, or set
description
string
Reason for the change
note
string
Additional note
Response
{
- success: boolean
- activity
}
Last updated