createDiscountRule( )


Creates a new discount rule.

The createDiscountRule() function returns a Promise that resolves to the new discount rule when it's created.

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 Stores - all permissions
Manage eCommerce - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
discountRuleDiscountRuleRequired

Discount rule info.

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