# companyLocationTaxSettingsUpdate - admin - MUTATION
Version: 2025-01

## Description
Sets the tax settings 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
* [companyLocationId](/docs/api/admin/2025-01/scalars/ID): ID! - The ID of the company location that the tax settings get assigned to.
* [exemptionsToAssign](/docs/api/admin/2025-01/enums/TaxExemption): TaxExemption - The list of tax exemptions to assign to the company location.
* [exemptionsToRemove](/docs/api/admin/2025-01/enums/TaxExemption): TaxExemption - The list of tax exemptions to remove from the company location.
* [taxExempt](/docs/api/admin/2025-01/scalars/Boolean): Boolean - Whether the location is exempt from taxes.
* [taxRegistrationId](/docs/api/admin/2025-01/scalars/String): String - The unique tax registration ID for the company location.


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


## Examples