Skip to main content

ProductTypeCreate

Creates a new product type.

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

Fields

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

DEPRECATED

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

ProductTypeCreate.errors ● [ProductError!]! non-null object products

ProductTypeCreate.productType ● ProductType object products

Returned By

productTypeCreate mutation