taxExemptionManage Mutation
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.
taxExemptionManage(
id: ID!
taxExemption: Boolean!
): TaxExemptionManage
Show return type
Arguments
id ● ID!
ID of the Checkout or Order object.
taxExemption ● Boolean!
Determines if a taxes should be exempt.
Type
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.