Adjust a Customer's Point Balance

Body Params
string
required

The customer's email address. Required if no customer_id is passed.

string

The identifier used to uniquely identify the customer in your system. Required if implementing a generic e-commerce integration.

int32
required

The amount of points you wish to add or remove. Use a positive integer to add points (e.g., reward customer, refund points) or a negative integer to remove points (e.g., redeem for discount, remove earned points, expire points).

boolean

Choose if this should also apply to the customer's total points earned value. Set to true when rewarding a customer or removing earned points. Set to false when refunding points deducted by redemption/expiration, redeeming points for a discount, or expiring points.

string

Use this to override the normal description shown to the user in their history. Will default to the campaign settings otherwise.

boolean
Defaults to true

Choose whether the adjustment is visible to the customer on-site

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain