GraphQL INPUT_OBJECT

CreateProductCharacteristicOptionInput

Input for created product characteristic options. Product characteristics are the options that customers select from in the cart.

link Definition

  • input CreateProductCharacteristicOptionInput {
  • # Internal name of the option.
  • name: String!
  • # Unique ID of the text element to display for the option in the cart.
  • textElementId: Int
  • }