Skip to main content

ProductVariantUpdate Object

Updates an existing variant for product.

Requires the MANAGE_PRODUCTSpermission.
type ProductVariantUpdate {
productErrors: [ProductError!]! @deprecated
errors: [ProductError!]!
productVariant: ProductVariant
}

Fields

errors ● [ProductError!]!

productVariant ● ProductVariant

Show deprecated

Returned By

productVariantUpdate mutation