companyAddressUpdate
Update an existing company address with new information.
Modifies address details for the specified company including headquarters, branch offices, shipping locations, and billing addresses. All validation constraints apply to updated fields.
Possible errors:
- ADDRESS_UPDATE_ERROR: Failed to update the company address in the backend service
- ADDRESS_UNKNOWN_ERROR: Unknown error occurred during company address update
- FORBIDDEN: Insufficient permissions to update company addresses
AUTH: Role=[user.OWNER,user.EDITOR] OR (('user is authenticated') AND ('companyId(s) if present in input matches JWT'))
companyAddressUpdate(
input: CompanyAddressUpdateInput!
): Address!
Arguments
companyAddressUpdate.input
● CompanyAddressUpdateInput!
non-null input
Company address update data including address ID and modified fields.
Contains company ID, address ID, and any fields to be updated. Only provided fields will be modified.