# companyLocationCreateTaxRegistration - admin - MUTATION
Version: 2025-01

## Description
Creates a tax registration for 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
* [locationId](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the company location that the tax registration gets assigned to.
* [taxId](/docs/api/admin/2025-01/scalars/String): String! - The unique tax id for the tax registration.


## Returns
* [companyLocation](/docs/api/admin/2025-01/objects/CompanyLocation): CompanyLocation The company location with the created tax registration.
* [userErrors](/docs/api/admin/2025-01/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation.


## Examples