Skip to main content

ProductTypeCreate Object

Creates a new product type.

Requires the MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
type ProductTypeCreate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
productType: ProductType
}

Fields

errors ● [ProductError!]!

productType ● ProductType

Show deprecated

Returned By

productTypeCreate mutation