componentProduct:
Product! -
The product that's related as a component.
componentVariantsCount:
Count -
The number of component variants for the product component.
optionSelections:
ProductBundleComponentOptionSelection! -
The options in the parent and the component options they're connected to, along with the chosen option values
that appear in the bundle.
quantity:
Int -
The quantity of the component product set for this bundle line.
It will be null if there's a quantityOption present.
quantityOption:
ProductBundleComponentQuantityOption -
The quantity as option of the component product. It will be null if there's a quantity set.