@nosto/nosto-js

    Interface SearchProductSku

    interface SearchProductSku {
        ai?: SearchProductAiDetected;
        availability?: string;
        customFields?: SearchProductCustomField[];
        id?: string;
        imageHash?: string;
        imageUrl?: string;
        inventoryLevel?: number;
        listPrice?: number;
        name?: string;
        price?: number;
        priceText?: string;
        url?: string;
    }
    Index

    Properties

    availability?: string
    customFields?: SearchProductCustomField[]
    id?: string
    imageHash?: string
    imageUrl?: string
    inventoryLevel?: number
    listPrice?: number
    name?: string
    price?: number
    priceText?: string
    url?: string
    MMNEPVFCICPMFPCPTTAAATR