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