Skip to main content

ProductUpdate Object

Updates an existing product.

Requires the MANAGE_PRODUCTSpermission.
type ProductUpdate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
product: Product
}

Fields

errors ● [ProductError!]!

product ● Product

Show deprecatedHide deprecated

productErrors ● [ProductError!]!

DEPRECATED

Use errors field instead.

Returned By

productUpdate mutation