Points
Add points
Add customer loyalty points
POST
/rest-api/v1/points/add
Body
Name | Type | Description |
---|---|---|
customerIdentifier | string | Shopify customer ID or email |
amount | int | Number of points to add |
description | string | Reason for the change |
note | string | Additional note |
Response
{
success: boolean
activity
}
Subtract points
Subtract customer loyalty points
POST
/rest-api/v1/points/substract
Body
Name | Type | Description |
---|---|---|
customerIdentifier | string | Shopify customer ID or email |
amount | int | Number of points to subtract |
description | string | Reason for the change |
note | string | Additional note |
Response
{
success: boolean
activity
}
Update points
Update customer loyalty points
POST
/rest-api/v1/points/update
Body
Name | Type | Description |
---|---|---|
customerIdentifier | string | Shopify customer ID or email |
amount | int | Number of points to update |
description | string | Reason for the change |
note | string | Additional note |
Response
{
success: boolean
activity
}
Updated on: 19/08/2025
Thank you!