Skip to content

BundleItemData model

BundleItemData represents a single item in a bundle. It holds the selected product, the chosen variant, and checks if variants are available. It consists of the following fields:

  • productId: number
  • variantId: number
  • bundleItemId: number
  • hasVariants: boolean
  • options: Record<string, unknown> | null