Skip to main content

productCreate Mutation

Creates a new product.

Requires the MANAGE_PRODUCTSpermission.
productCreate(
input: ProductCreateInput!
): ProductCreate
Details
type ProductCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
product: Product
}

Arguments

input ● ProductCreateInput!

Fields required to create a product.

Type

ProductCreate

Creates a new product.

Requires the MANAGE_PRODUCTSpermission.