GraphQL OBJECT
ProductCharacteristicOption
Option of the product characteristic.
link Definition
- type ProductCharacteristicOption {
- # Unique ID of the product characteristic option.
- Int :
- # Internal name of the option.
- String :
- # Text element to display for the option in the cart.
- TextElement :
- # Product characteristic to which the option belongs.
- ProductCharacteristic :
- # Running number of the option.
- Int :
- # List of product selection items in which the option is used.
- ProductSelectionItem] : [
- }
link Required by
- ProductCharacteristicProduct characteristic for offering product variations in the cart, such as version, language, or license period. One product characteristic contains the different options for a product from which the customer can choose.
- ProductSelectionItemItem in the product selection.
- TextElementDescriptive text to display in the cart for a product variation.