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.
- ProductSelectionItemInput] : [
- # Unique ID of the product associated with the item.
- Int :
- # Unique ID of the product characteristic option associated with the item.
- Int! :
- # Unique ID of the text element associated with the item.
- Int :
- }
link Required by
- CreateProductSelectionInputInput for created product selection. Product selections are used to assign a product to one or more product characteristics.
- ProductSelectionItemInputInput for product selection item. Product selections are used to assign a product to one or more product characteristics.
- UpdateProductSelectionInputInput for product selection update. Product selections are used to assign a product to one or more product characteristics.