Interface ProductDetails

Hierarchy

  • ProductDetails

Properties

bundleVariantData: null | BundleDetails
expandedOptions: ExpandedProductOption[]
inStock: boolean
inStockBySku: null | Record<string, boolean>
selectionToBundleMap: Record<string, BundleDetails>
selectionToBundleSelectionMap: Record<string, BundleVariant>
variantMap: null | Record<string, DetailedProductVariant>
variants: null | DetailedProductVariant[]

Generated using TypeDoc