onDiscountRuleUpdated( )


Notes:

Triggered when a discount rule is updated.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: DiscountRuleUpdatedEnvelope): void | Promise<void>

Did this help?