AttributeReorderValues Object
Reorder the values of an attribute.
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