@coveo/headless
    Preparing search index...

    Interface InstantProductsActionCreators

    The instant products action creators.

    See Dispatch actions.

    interface InstantProductsActionCreators {
        clearExpiredProducts(
            payload: CoreInstantProductPayload,
        ): { payload: CoreInstantProductPayload; type: string };
        promoteChildToParent(
            payload: PromoteChildToParentPayload,
        ): { payload: PromoteChildToParentPayload; type: string };
        registerInstantProducts(
            payload: CoreInstantProductPayload,
        ): { payload: CoreInstantProductPayload; type: string };
        updateInstantProductsQuery(
            payload: UpdateInstantProductQueryPayload,
        ): { payload: UpdateInstantProductQueryPayload; type: string };
    }
    Index

    Methods