Skip to main content

Interface: Product

Product available for selection in a bundle

Properties​

available_for_sale​

available_for_sale: boolean

Whether the product is available for sale

Inherited from​

BundleDataBaseProduct.available_for_sale


compare_at_price_range​

compare_at_price_range: PriceRange


description​

description: string | null

Inherited from​

BundleDataBaseProduct.description


featured_image: string | null

Inherited from​

BundleDataBaseProduct.featured_image


handle​

handle: string


id​

id: string

External product ID

Inherited from​

BundleDataBaseProduct.id


images​

images: string[]

Inherited from​

BundleDataBaseProduct.images


options​

options: string[]


price_range​

price_range: PriceRange


requires_selling_plan​

requires_selling_plan: boolean

Inherited from​

BundleDataBaseProduct.requires_selling_plan


selling_plan_groups​

selling_plan_groups: BundleDataSellingPlanGroup[]

Inherited from​

BundleDataBaseProduct.selling_plan_groups


tags​

tags: string[]


title​

title: string

Inherited from​

BundleDataBaseProduct.title


variants​

variants: Variant[]