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.
accountAddressUpdate(
id: ID!
input: AddressInput!
): AccountAddressUpdate

Arguments

accountAddressUpdate.id ● ID! non-null scalar

ID of the address to update.

accountAddressUpdate.input ● AddressInput! non-null input

Fields required to update the address.

Type

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.

Was this page helpful?