Home > @vsf-enterprise/bigcommerce-api > OrderItem > total_tax

# OrderItem.total_tax property

Total tax applied to products. For example, if quantity if 2, base price is 5 and tax rate is 10%. price_tax will be $.50 and total_tax will be $1.00.

If there is a manual discount applied total_tax is calcuted as the following: (price_ex_tax - discount)*tax_rate=total_tax. (Float, Float-As-String, Integer)

Signature:

total_tax?: string;