• Loads the commerce triggers reducer and returns the available triggers action creators.

    Parameters

    • engine: CommerceEngine

      The headless commerce engine.

    Returns {
        applyQueryTriggerModification: ActionCreatorWithPreparedPayload;
        updateIgnoreQueryTrigger: ActionCreatorWithPreparedPayload;
    }

    An object holding the triggers actions.