# companyLocationAssignAddress - customer - MUTATION Version: 2024-10 ## Description Updates an address on a company location. ### Access Scopes ## Arguments * [address](/docs/api/customer/2024-10/input-objects/CompanyAddressInput): CompanyAddressInput! - The input fields to use to update the address. * [addressTypes](/docs/api/customer/2024-10/enums/CompanyAddressType): CompanyAddressType! - The list of address types on the location to update. * [locationId](/docs/api/customer/2024-10/scalars/ID): ID! - The ID of the company location to update addresses on. ## Returns * [addresses](/docs/api/customer/2024-10/objects/CompanyAddress): CompanyAddress The list of updated addresses on the company location. * [userErrors](/docs/api/customer/2024-10/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation. ## Examples