# companyLocationUpdate - admin - MUTATION Version: unstable ## Description Updates a company location. ### Access Scopes `write_customers` access scope or `write_companies` access scope. Also: The API client must be installed on a Shopify Plus store. ## Arguments * [companyLocationId](/docs/api/admin/unstable/scalars/ID): ID! - The ID of the company location to update. * [input](/docs/api/admin/unstable/input-objects/CompanyLocationUpdateInput): CompanyLocationUpdateInput! - The input fields to update in the company location. ## Returns * [companyLocation](/docs/api/admin/unstable/objects/CompanyLocation): CompanyLocation The updated company location. * [userErrors](/docs/api/admin/unstable/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation. ## Examples