# companyLocationAssignTaxExemptions - admin - MUTATION
Version: 2025-01

## Description
Assigns tax exemptions to the 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 location to which the tax exemptions will be assigned.
* [taxExemptions](/docs/api/admin/2025-01/enums/TaxExemption): TaxExemption! - The tax exemptions that are being assigned to the location.


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


## Examples