@coveo/headless
    Preparing search index...

    Interface RecommendationsState

    interface RecommendationsState {
        error: null | CommerceAPIErrorStatusResponse;
        headline: string;
        isLoading: boolean;
        productId?: string;
        products: Product[];
        responseId: string;
    }
    Index

    Properties

    error: null | CommerceAPIErrorStatusResponse
    headline: string
    isLoading: boolean
    productId?: string
    products: Product[]
    responseId: string