--- 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 metadata: effectiveApiVersion: 2025-01 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql - displayName: Webhook handle: webhook primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2024-09-09T11:50:30-04:00' postedAt: '2025-01-01T00:00:00-05:00' updatedAt: '2024-12-12T14:20:22-05:00' effectiveAt: '2025-01-01T00:00:00-05:00' --- 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.