accountAddressUpdate Mutation
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
Details
type AccountAddressUpdate {
user: User
accountErrors: [AccountError!]! @deprecated
errors: [AccountError!]!
address: Address
}
Arguments
id ● ID!
ID of the address to update.
input ● AddressInput!
Fields required to update the address.
Type
AccountAddressUpdate
Updates an address of the logged-in user.
Triggers the following webhook events:
- ADDRESS_UPDATED (async): An address was updated.