> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/attributes/llms.txt)
> Source: https://docs.saleor.io/api-reference/attributes/objects/attribute-reorder-values

# AttributeReorderValues Object

Reorder the values of an attribute.

Requires one of the following permissions, depending on the attribute type: MANAGE\_PRODUCT\_TYPES\_AND\_ATTRIBUTES for \`PRODUCT\_TYPE\` attributes MANAGE\_PAGE\_TYPES\_AND\_ATTRIBUTES for \`PAGE\_TYPE\` attributes MANAGE\_CUSTOMER\_TYPES\_AND\_ATTRIBUTES for \`CUSTOMER\_TYPE\` attributes

Triggers the following webhook events:

-   ATTRIBUTE\_VALUE\_UPDATED (async): An attribute value was updated.
-   ATTRIBUTE\_UPDATED (async): An attribute was updated.

```graphql
type AttributeReorderValues {
  attribute: Attribute
  attributeErrors: [AttributeError!]! @deprecated
  errors: [AttributeError!]!
}
```

<a id="fields"></a>

### Fields

<a id="attribute"></a>

#### [`attribute`](#attribute) ● [`Attribute`](/api-reference/attributes/objects/attribute.md)

Attribute from which values are reordered.

<a id="errors"></a>

#### [`errors`](#errors) ● [`[AttributeError!]!`](/api-reference/attributes/objects/attribute-error.md)

Show deprecatedHide deprecated

<a id="attribute-errors"></a>

#### [`attributeErrors`](#attribute-errors) ● [`[AttributeError!]!`](/api-reference/attributes/objects/attribute-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`attributeReorderValues`](/api-reference/attributes/mutations/attribute-reorder-values.md) mutation
