Skip to main content
Version: 3.x

addressUpdate

Updates an address.

Requires MANAGE_USERSpermission.

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.

Requires MANAGE_USERSpermission.

Triggers the following webhook events:

  • ADDRESS_UPDATED (async): An address was updated.

Was this page helpful?