@nosto/nosto-js
    Preparing search index...

    Interface JSONProduct

    interface JSONProduct {
        alternate_image_urls: string[];
        brand?: string;
        categories: string[];
        custom_fields: Record<string, string>;
        date_published?: number;
        description?: string;
        handle: string;
        image_url?: string;
        list_price?: number;
        list_price_text?: string;
        name: string;
        price: number;
        price_currency_code: string;
        price_text?: string;
        product_id: string;
        rating_value?: number;
        recommended_sku?: JSONSku;
        review_count?: number;
        skus: JSONSku[];
        tags1: string[];
        tags2: string[];
        tags3: string[];
        thumb_url?: string;
        url: string;
        variant_id?: string;
    }
    Index

    Properties

    alternate_image_urls: string[]
    brand?: string
    categories: string[]
    custom_fields: Record<string, string>
    date_published?: number
    description?: string
    handle: string
    image_url?: string
    list_price?: number
    list_price_text?: string
    name: string
    price: number
    price_currency_code: string
    price_text?: string
    product_id: string
    rating_value?: number
    recommended_sku?: JSONSku
    review_count?: number
    skus: JSONSku[]
    tags1: string[]
    tags2: string[]
    tags3: string[]
    thumb_url?: string
    url: string
    variant_id?: string