GraphQL INPUT_OBJECT
UpdateProductCharacteristicInput
Input for product characteristic update. Product characteristics are the options that customers select from in the cart.
link Definition
- input UpdateProductCharacteristicInput {
- # Unique ID of the product characteristic.
- : Int!
- # Internal name of the product characteristic.
- : String
- # Determines how the options for the product characteristic display in the cart.
- : ControlTypeEnum
- # Unique ID of the header text element of the product characteristic.
- : Int
- # Options of the product characteristic.
- : [CreateProductCharacteristicOptionInput]
- }