Skip to main content

addressUpdate Mutation

Updates an address.

Requires the MANAGE_USERSpermission.

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.

Requires the MANAGE_USERSpermission.

Triggers the following webhook events:

  • ADDRESS_UPDATED (async): An address was updated.