GraphQL OBJECT
ProductSelectionItem
Item in the product selection.
link Definition
- type ProductSelectionItem {
- # The product for selection.
- : Product
- # Parent of the item, if existing.
- : ProductSelectionItem
- # Children of the item.
- : [ProductSelectionItem]
- # Product characteristic option that belongs to the item.
- : ProductCharacteristicOption!
- # Text element for the product selection item.
- : TextElement
- # Position of the product selection item. Determines where the product variation
- # displays in the cart.
- : Int!
- # Date and time when the product selection item was created.
- : DateTime!
- # User who created the product selection item.
- : UserAccount!
- # Date and time when the last edit occurred.
- : DateTime!
- # User who last edited the product selection item.
- : UserAccount!
- # Product selection of the product selection item.
- : ProductSelection
- }
link Required by
- ProductCharacteristicOptionOption of the product characteristic.
- ProductSelectionProduct selection for a product variation. Product selections are used to assign a product to one or more product characteristics.
- ProductSelectionItemItem in the product selection.
- TextElementDescriptive text to display in the cart for a product variation.