Skip to main content

AccountAddressUpdate Object

Updates an address of the logged-in user.

Requires one of the following permissions: MANAGE_USERSIS_OWNER

Triggers the following webhook events:

  • ADDRESS_UPDATED (async): An address was updated.
type AccountAddressUpdate {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
address: Address
}

Fields

user ● User

A user object for which the address was edited.

errors ● [AccountError!]!

address ● Address

Show deprecated

Returned By

accountAddressUpdate mutation