Skip to main content

productCreate Mutation

Creates a new product.

Requires MANAGE_PRODUCTSpermission.
productCreate(
input: ProductCreateInput!
): ProductCreate

Arguments

productCreate.input ● ProductCreateInput! non-null input products

Fields required to create a product.

Type

ProductCreate object products

Creates a new product.

Requires MANAGE_PRODUCTSpermission.