Skip to main content

userAddressUpdate

Update an existing user address with new information.

Modifies address details for the specified user including contact information, location data, and address preferences. All validation constraints apply to updated fields.

Possible errors:

  • ADDRESS_UPDATE_ERROR: Failed to update the user address in the backend service
  • ADDRESS_UNKNOWN_ERROR: Unknown error occurred during user address update
  • FORBIDDEN: Insufficient permissions to update user addresses

AUTH: Role=[supervisor,admin,system,internal,configuration.OWNER,configuration.EDITOR] OR (('user is authenticated') AND ('userId if present in input matches JWT'))

userAddressUpdate(
input: UserAddressUpdateInput!
): Address!

Arguments

userAddressUpdate.input ● UserAddressUpdateInput! non-null input

User address update data including address ID and modified fields.

Contains user ID, address ID, and any fields to be updated. Only provided fields will be modified.

Type

Address object