@nosto/nosto-js

    Interface JSONResult

    interface JSONResult {
        data: JSONResult;
        div_id: string;
        element: string;
        product_ids: Record<string, string>;
        products: JSONProduct[];
        raw_data?: unknown;
        reco_id: string;
        result_id: string;
        result_type: ResultType;
        source_product_ids: string[];
        title?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    div_id: string
    element: string
    product_ids: Record<string, string>
    products: JSONProduct[]
    raw_data?: unknown
    reco_id: string
    result_id: string
    result_type: ResultType
    source_product_ids: string[]
    title?: string
    MMNEPVFCICPMFPCPTTAAATR