Skip to main content
Log inSign up

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.

Was this section helpful?