createDiscountRule( )


Creates a new discount rule.

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

Authentication

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

Permissions
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