Skip to main content

Interface: AddonProduct

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


id​

id: string

External product ID

Inherited from​

BundleDataBaseProduct.id


images​

images: string[]

Inherited from​

BundleDataBaseProduct.images


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


title​

title: string

Inherited from​

BundleDataBaseProduct.title


variants​

variants: object & BaseVariant[]