GraphQL OBJECT

UpdateProductSelectionPayload

Payload for product selection update. Product selections are used to assign a product to one or more product characteristics.

link Definition

  • type UpdateProductSelectionPayload {
  • # The updated product selection.
  • updatedProductSelection: ProductSelection
  • }

link Required by