Admin APIAPI ReferenceCommonInputsTaxInputOn this pageTaxInput Input Description Defines a tax applied to a transaction or item, including its name and rate. Declaration input TaxInput { name: String rate: Float} Fields NameTypeDescriptionnameStringName of the tax, such as VAT or sales tax.rateFloatPercentage rate of the tax.