Hierarchy

Properties

attributes?: Record<string, string[]>
description?: string
id: string
imageUrl?: string
pinned: boolean
price?: number
rating?: number
salePrice?: number
score: number
selectedVariant?: ItemVariant
sku?: string
strings: {
    sale: string;
}

Type declaration

  • sale: string
title: string
type: ItemType
url: string
variants?: ItemVariant[]
visible?: boolean