---
title: Introduce a tax_exempt field associated to a CompanyLocation - Shopify developer changelog
description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities.
source_url:
  html: https://shopify.dev/changelog/introduce-a-tax_exempt-field-associated-to-a-companylocation
  md: https://shopify.dev/changelog/introduce-a-tax_exempt-field-associated-to-a-companylocation.md
---

January 1, 2025

Tags:

* Admin GraphQL API
* Webhook
* 2025-01

# Introduce a `tax_exempt` field associated to a `CompanyLocation`

The `CompanyLocationTaxSettings` now also contains the `tax_exemptions` and `tax_registration_id`. As a result, we have deprecated these fields from the root of `CompanyLocation.`

***

We have also introduced a new `CompanyLocationTaxSettingsUpdate` mutation for updating `tax_exempt`, `tax_exemptions`, and `tax_registration_id` for a `CompanyLocation`. This mutation should be used in place of `CompanyLocationCreateTaxRegistration`, `CompanyLocationRevokeTaxRegistration`, `CompanyLocationAssignTaxExemptions`, and `CompanyLocationRevokeTaxExemptions` which are now deprecated.