Skip to main content

AttributeReorderValues Object

Reorder the values of an attribute.

Requires the MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.

Triggers the following webhook events:

  • ATTRIBUTE_VALUE_UPDATED (async): An attribute value was updated.
  • ATTRIBUTE_UPDATED (async): An attribute was updated.
type AttributeReorderValues {
attribute: Attribute
attributeErrors: [AttributeError!]! @deprecated
errors: [AttributeError!]!
}

Fields

attribute ● Attribute

Attribute from which values are reordered.

errors ● [AttributeError!]!

Show deprecated

Returned By

attributeReorderValues mutation