Customers
Customer Affiliate Balance
Update a customer affiliate balance
POST
/
customers
/
{id_or_email}
/
affiliate_balance
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The name of the store to perform actions on via the API
Path Parameters
ID or email associated with the customer
Body
application/json
How the amount should be applied to the customer
Available options:
SET
, ADD
, SUBTRACT
The amount the action should apply to the customer
Was this page helpful?