Skip to main content

CategoryUpdate Object

Updates a category.

Requires the MANAGE_PRODUCTSpermission.
type CategoryUpdate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
category: Category
}

Fields

errors ● [ProductError!]!

category ● Category

Show deprecatedHide deprecated

productErrors ● [ProductError!]!

DEPRECATED

Use errors field instead.

Returned By

categoryUpdate mutation