bulkCreateRewards( )


Creates multiple rewards.

Admin Method

This function requires elevated permissions and runs only on the backend and on dashboard pages.

Permission Scopes

For app development, you must have one of the following permission scopes:
Manage Loyalty
Learn more about permission scopes.
Method Declaration
Copy
Method Parameters
rewardsArray<Reward>Required

Rewards to create.

Returns
Return Type:Promise<BulkCreateRewardsResponse>
Was this helpful?
Yes
No