bulkCreateRules( )


Developer Preview

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

The bulkCreateRules() function returns a Promise that resolves to the created rules.

To create only one rule, use the createRule() function.

Method Declaration
Copy
Method Parameters
rulesArray<Rule>Required

Rules to create.


optionsBulkCreateRulesOptions
Returns
Return Type:Promise<BulkCreateRulesResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?