Types > StorefrontBundleLineItem
Description
Fields
Amount of items of a given variant in the bundle
Example: 0
variant: StorefrontProductVariant
Used By
Types
Preview (typescript)
interface StorefrontBundleLineItem {quantity: numbervariant?: StorefrontProductVariant | null}