Skip to main content
Version: 3.x

AccountAddressUpdate

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

AccountAddressUpdate.user ● User object

A user object for which the address was edited.

AccountAddressUpdate.accountErrors ● [AccountError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

AccountAddressUpdate.errors ● [AccountError!]! non-null object

AccountAddressUpdate.address ● Address object

Returned by

accountAddressUpdate mutation


Was this page helpful?