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.
taxExemptionManage(
id: ID!
taxExemption: Boolean!
): TaxExemptionManage

Arguments

taxExemptionManage.id ● ID! non-null scalar

ID of the Checkout or Order object.

taxExemptionManage.taxExemption ● Boolean! non-null scalar

Determines if a taxes should be exempt.

Type

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.

Added in Saleor 3.8
Requires MANAGE_TAXESpermission.

Was this page helpful?