GraphQL INPUT_OBJECT

ProductSelectionItemInput

Input for product selection item. Product selections are used to assign a product to one or more product characteristics.

link Definition

  • input ProductSelectionItemInput {
  • # Children items of the item.
  • children: [ProductSelectionItemInput]
  • # Unique ID of the product associated with the item.
  • productId: Int
  • # Unique ID of the product characteristic option associated with the item.
  • productCharacteristicOptionId: Int!
  • # Unique ID of the text element associated with the item.
  • textElementId: Int
  • }