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