GraphQL INPUT_OBJECT
CreateProductCharacteristicInput
Input for created product characteristic. Product characteristics are the options that customers select from in the cart.
link Definition
- input CreateProductCharacteristicInput {
- # Unique ID of the client account.
- : Int!
- # 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]
- }