GraphQL OBJECT

DeleteProductCharacteristicPayload

Payload for deleted product characteristic. Product characteristics are the options that customers select from in the cart. One product characteristic contains the various options for the product variation.

link Definition

  • type DeleteProductCharacteristicPayload {
  • # ID of the deleted product characteristic.
  • deletedProductCharacteristicId: Int
  • }

link Required by