Types > StorefrontBundleLineItem
Storefront APITypesStorefrontBundleLineItem
StorefrontBundleLineItem

Description

Fields

quantity: Int!

Amount of items of a given variant in the bundle

Example: 0


variant: StorefrontProductVariant


Used By

Types

StorefrontProductVariant

Preview (typescript)

interface StorefrontBundleLineItem {
quantity: number
variant?: StorefrontProductVariant | null
}