addressUpdate Mutation
Updates an address.
Triggers the following webhook events:
- ADDRESS_UPDATED (async): An address was updated.
addressUpdate(
id: ID!
input: AddressInput!
): AddressUpdate
Show return type
Arguments
id ● ID!
ID of the address to update.
input ● AddressInput!
Fields required to update the address.
Type
AddressUpdate
Updates an address.
Triggers the following webhook events:
- ADDRESS_UPDATED (async): An address was updated.