Skip to main content

ProductTypeUpdate Object

Updates an existing product type.

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

Fields

errors ● [ProductError!]!

productType ● ProductType

Show deprecated

Returned By

productTypeUpdate mutation