Skip to main content
Version: 3.x

ProductCreate

Creates a new product.

Requires MANAGE_PRODUCTSpermission.
type ProductCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
product: Product
}

Fields

ProductCreate.productErrors ● [ProductError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ProductCreate.errors ● [ProductError!]! non-null object

ProductCreate.product ● Product object

Returned by

productCreate mutation


Was this page helpful?