Skip to main content

AttributeBulkUpdate Object

Updates attributes.

Triggers the following webhook events:

  • ATTRIBUTE_UPDATED (async): An attribute was updated. Optionally called when new attribute value was created or deleted.
  • ATTRIBUTE_VALUE_CREATED (async): Called optionally when an attribute value was created.
  • ATTRIBUTE_VALUE_DELETED (async): Called optionally when an attribute value was deleted.
type AttributeBulkUpdate {
count: Int!
results: [AttributeBulkUpdateResult!]!
errors: [AttributeBulkUpdateError!]!
}

Fields

AttributeBulkUpdate.count ● Int! non-null scalar miscellaneous

Returns how many objects were updated.

AttributeBulkUpdate.results ● [AttributeBulkUpdateResult!]! non-null object attributes

List of the updated attributes.

AttributeBulkUpdate.errors ● [AttributeBulkUpdateError!]! non-null object attributes

Returned By

attributeBulkUpdate mutation