Skip to main content

ProductCreate Object

Creates a new product.

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

Fields

errors ● [ProductError!]!

product ● Product

Show deprecatedHide deprecated

productErrors ● [ProductError!]!

DEPRECATED

Use errors field instead.

Returned By

productCreate mutation