GraphQL OBJECT

DeleteProductSelectionPayload

Payload for the deleted product selection. A product selection is used to assign a product to one or more product characteristics.

link Definition

  • type DeleteProductSelectionPayload {
  • # ID of the deleted product selection.
  • deletedProductSelectionId: Int
  • }

link Required by