listTriggers( )


Important: This is a handler function. Implement it only as part of the service plugin.


Lists all custom triggers provided by your service plugin integration.

This method is automatically called by Wix eCommerce to populate the custom minimum requirements section of an automatic discount.

Method Declaration
Copy
Method Parameters
payloadListTriggersEnvelope
Returns
Return Type:ListTriggersResponse | Promise<ListTriggersResponse>
Did this help?