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