@coveo/headless
    Preparing search index...

    Interface ProductEnrichmentActionCreators

    The product enrichment action creators.

    See Dispatch actions.

    interface ProductEnrichmentActionCreators {
        fetchBadges(
            payload?: FetchBadgesPayload,
        ): AsyncThunkAction<
            FetchBadgesThunkReturn,
            FetchBadgesPayload,
            AsyncThunkCommerceOptions<StateNeededByFetchBadges>,
        >;
        registerProductEnrichmentOptions(
            payload: RegisterProductEnrichmentOptionsPayload,
        ): { payload: RegisterProductEnrichmentOptionsPayload; type: string };
    }
    Index

    Methods