GraphQL OBJECT

UpdateProductCharacteristicPayload

Payload for product characteristic update. Product characteristics are the options that customers select from in the cart.

link Definition

  • type UpdateProductCharacteristicPayload {
  • # The updated product characteristic.
  • updatedProductCharacteristic: ProductCharacteristic
  • }

link Required by