Build tax summary tables
❗ Important: This feature is only available to marketplaces that are part of the Invoice Builder EAP. The feature described here is at varying stages of completion. Details and documentation might change. If you have questions, contact your technical representative. We are actively soliciting feedback from early adopters.
This topic describes the JSON for the tax summary tables that appear in the default invoices.
You add table components to cell components.
In the default invoices, tax summary tables appear below invoice lines tables in the body of invoices. You can use tokens to display tax types, tax rates, taxable amounts, and totals by type of tax. You use a portion of the table components JSON schema to build tax summary tables.
The default invoice templates display only tax type and totals by type of tax, as shown in the following image:

To define formatting for the tax summary columns, you can use HTML styles for the columns and Markdown markup language for the data in them.
Only tokens from the Tax summary tokens category are valid for this kind of table. For more information, see Tokens.
Prerequisites
You can add table components to cell components. For more information, see Build cell components.
Default template JSON sample
In the Appdirect Template_EN_US default template, see lines 831-882.
In the default template, the tax summary header columns array is empty (see line 837). However, you can populate it to label the tax summary columns, as shown with the header columns schema for the invoice lines table in lines 615-676.