BundleProductCartItemInput
Defines a single bundle product.
type BundleProductCartItemInput = {
bundle_options: Array<InputMaybe<BundleOptionInput>>; /** The ID and value of the option. */
customizable_options?: InputMaybe<Array<InputMaybe<CustomizableOptionInput>>>; /** The quantity and SKU of the bundle product. */
data: CartItemInput;
};