> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/taxes/llms.txt)
> Source: https://docs.saleor.io/api-reference/taxes/objects/tax-exemption-manage

# TaxExemptionManage Object

Exempt checkout or order from charging the taxes. When tax exemption is enabled, taxes won't be charged for the checkout or order. Taxes may still be calculated in cases when product prices are entered with the tax included and the net price needs to be known.

Requires the MANAGE\_TAXES permission.

```graphql
type TaxExemptionManage {
  taxableObject: TaxSourceObject
  errors: [TaxExemptionManageError!]!
}
```

<a id="fields"></a>

### Fields

<a id="taxable-object"></a>

#### [`taxableObject`](#taxable-object) ● [`TaxSourceObject`](/api-reference/miscellaneous/unions/tax-source-object.md)

<a id="errors"></a>

#### [`errors`](#errors) ● [`[TaxExemptionManageError!]!`](/api-reference/taxes/objects/tax-exemption-manage-error.md)

<a id="returned-by"></a>

### Returned By

[`taxExemptionManage`](/api-reference/taxes/mutations/tax-exemption-manage.md) mutation
