Skip to main content

ProductReorderAttributeValues Object

Reorder product attribute values.

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

Fields

product ● Product

Product from which attribute values are reordered.

errors ● [ProductError!]!

Show deprecated

Returned By

productReorderAttributeValues mutation