Skip to main content

attributeBulkUpdate Mutation

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.
attributeBulkUpdate(
attributes: [AttributeBulkUpdateInput!]!
errorPolicy: ErrorPolicyEnum
): AttributeBulkUpdate
Show return type

Arguments

attributes ● [AttributeBulkUpdateInput!]!

Input list of attributes to update.

errorPolicy ● ErrorPolicyEnum

Policies of error handling. DEFAULT: REJECT_EVERYTHING

Type

AttributeBulkUpdate

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.