ProductCreate
Creates a new product.
type ProductCreate {
  productErrors: [ProductError!]! @deprecated
  errors: [ProductError!]!
  product: Product
}
Fields
ProductCreate.productErrors ● [ProductError!]! deprecated non-null object products
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ProductCreate.errors ● [ProductError!]! non-null object products
ProductCreate.product ● Product object products
Returned By
productCreate mutation