@nosto/nosto-js

    Interface JSONSku

    interface JSONSku {
        available: boolean;
        custom_fields: Record<string, string>;
        id: string;
        image_url?: string;
        list_price: number;
        name: string;
        price: number;
        url: string;
    }
    Index

    Properties

    available: boolean
    custom_fields: Record<string, string>
    id: string
    image_url?: string
    list_price: number
    name: string
    price: number
    url: string
    MMNEPVFCICPMFPCPTTAAATR