bulkAdjustPoints( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Updates points balance of multiple accounts. Depending on the BulkAdjustPointsRequest.type: amount - provided amount of points is appended to the accounts balance balance - accounts balance is set to the provided amount

Returns id of the asyncInfra job that takes care of the points adjustment.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Loyalty
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
optionsBulkAdjustPointsOptions
Returns
Return Type:Promise<BulkAdjustPointsResponse>
Did this help?