Skip to main content
Version: 3.x

ProductTypeUpdate

Updates an existing product type.

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

Fields

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

DEPRECATED

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

ProductTypeUpdate.errors ● [ProductError!]! non-null object

ProductTypeUpdate.productType ● ProductType object

Returned by

productTypeUpdate mutation


Was this page helpful?