object

ProductInGroup

Product configuration within a bundle or group setting.
Fields
allow_remove
Boolean
Indicates whether customers can remove this product from the bundle selection.
auto_add_to_cart
Boolean
Indicates whether this product is automatically added to cart with the bundle.
auto_select
Boolean
Indicates whether this product is pre-selected by default in the bundle.
max_quantity
Int!
Required
Maximum quantity allowed for this product in the bundle, e.g. 5, 10, 20.
min_quantity
Int
Minimum quantity required for this product in the bundle, e.g. 1, 2.
The price details for the product.
product_details
ProductDetails
The details of the product.
product_uid
Int!
Required
The unique ID of the product in the group.
sizes
[Size]
The available sizes for the product.