accountAddressUpdate
Updates an address of the logged-in user.
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 miscellaneous
ID of the address to update.
accountAddressUpdate.input
● AddressInput!
non-null input miscellaneous
Fields required to update the address.
Type
AccountAddressUpdate
object users
Updates an address of the logged-in user.
Triggers the following webhook events:
- ADDRESS_UPDATED (async): An address was updated.