GraphQL OBJECT

CreateProductSelectionPayload

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

link Definition

  • type CreateProductSelectionPayload {
  • # The created product selection.
  • createdProductSelection: ProductSelection
  • }

link Required by