Skip to main content

AttributeUpdate Object

Updates attribute.

Requires the MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.

Triggers the following webhook events:

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

Fields

attribute ● Attribute

The updated attribute.

errors ● [AttributeError!]!

Show deprecated

Returned By

attributeUpdate mutation