object

ProductInGroup

Configuration of a product within a group/bundle.
Fields
allow_remove
Boolean
Whether the product can be removed from the cart.
auto_add_to_cart
Boolean
Whether the product should be automatically added to the cart.
auto_select
Boolean
Whether the product should be automatically selected.
max_quantity
Int!
Required
The maximum quantity of the product that can be added to the cart.
min_quantity
Int
The minimum quantity of the product that can be added to the cart.
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.