# companyContactCreate - admin-graphql - MUTATION Version: 2024-10 ## Description Creates 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 * [companyId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the company that the company contact belongs to. * [input](/docs/api/admin-graphql/2024-10/input-objects/CompanyContactInput): CompanyContactInput! - The fields to use to create the company contact. ## Returns * [companyContact](/docs/api/admin-graphql/2024-10/objects/CompanyContact): CompanyContact The created company contact. * [userErrors](/docs/api/admin-graphql/2024-10/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation. ## Examples