getDiscountRule( )


Retrieves a discount rule.

The getDiscountRule() function returns a Promise that resolves when the specified discount rule is retrieved.

Authentication

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

Permissions
Manage Stores - all permissions
Read eCommerce - all read permissions
Read Stores - all read permissions
Manage eCommerce - all permissions
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
discountRuleIdstringRequired

ID of the discount rule to retrieve.

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