Fields
allow_remove
BooleanWhether the product can be removed from the cart.
auto_add_to_cart
BooleanWhether the product should be automatically added to the cart.
auto_select
BooleanWhether 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
IntThe minimum quantity of the product that can be added to the cart.
price
ProductPriceDetailsThe price details for the product.
product_details
ProductDetailsThe 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.
Was this section helpful?