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