getEligibleTriggers( )


Important:


Retrieves eligible custom discount triggers based on the provided items.

This method is automatically called by Wix eCommerce to retrieve the custom discount triggers provided by your extension. This happens when actions are performed on the cart and checkout entities/pages. For example, when an item is added to the cart.

Method Declaration
Copy
Method Parameters
payloadGetEligibleTriggersEnvelope
Returns
Return Type:GetEligibleTriggersResponse | Promise<GetEligibleTriggersResponse>
Example of an `eligibleTriggers` return value
JavaScript
Did this help?