GraphQL OBJECT

CreateProductCharacteristicPayload

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

link Definition

  • type CreateProductCharacteristicPayload {
  • # The created product characteristic.
  • createdProductCharacteristic: ProductCharacteristic
  • }

link Required by