Interface SearchProductSku

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

Properties

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