# companyLocationTaxSettingsUpdate - admin - MUTATION Version: unstable ## 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/unstable/scalars/ID): ID! - The ID of the company location that the tax settings get assigned to. * [exemptionsToAssign](/docs/api/admin/unstable/enums/TaxExemption): TaxExemption - The list of tax exemptions to assign to the company location. * [exemptionsToRemove](/docs/api/admin/unstable/enums/TaxExemption): TaxExemption - The list of tax exemptions to remove from the company location. * [taxExempt](/docs/api/admin/unstable/scalars/Boolean): Boolean - Whether the location is exempt from taxes. * [taxRegistrationId](/docs/api/admin/unstable/scalars/String): String - The unique tax registration ID for the company location. ## Returns * [companyLocation](/docs/api/admin/unstable/objects/CompanyLocation): CompanyLocation The company location with the updated tax settings. * [userErrors](/docs/api/admin/unstable/objects/BusinessCustomerUserError): BusinessCustomerUserError! The list of errors that occurred from executing the mutation. ## Examples