Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Item_findItemById

Index

Properties

__typename

__typename: "Item"

customAttrs

customAttrs: null | (null | Item_findItemById_customAttrs)[]

Custom attributes as name-values mappings

description

description: null | string

The description of a product item

displayName

displayName: null | string

The display name of a product item

imageSet

The ImageSet of a product item

itemId

The ItemId of a product item

listPrice

listPrice: null | Item_findItemById_listPrice

The listed price of a product item

priceRange

priceRange: null | (null | number)[]

Price range including the lowest and highest prices to put in the appropriate location

purchasePrice

purchasePrice: null | Item_findItemById_purchasePrice

The purchase price of a product item

salePriceRange

salePriceRange: null | (null | number)[]

Sale price range including the lowest and highest prices to put in the appropriate location

varAttrTypes

varAttrTypes: null | (null | Item_findItemById_varAttrTypes)[]

All available product item variant dimension names. e.g, [{name:'color'}, {name:'size'}]

variants

variants: null | (null | Item_findItemById_variants)[]

Product item variants of this product item

Generated using TypeDoc