Skip to main content
Version: 3.x

TaxExemptionManage

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.

Added in Saleor 3.8
Requires MANAGE_TAXESpermission.
type TaxExemptionManage {
taxableObject: TaxSourceObject
errors: [TaxExemptionManageError!]!
}

Fields

TaxExemptionManage.taxableObject ● TaxSourceObject union

TaxExemptionManage.errors ● [TaxExemptionManageError!]! non-null object

Returned by

taxExemptionManage mutation


Was this page helpful?