Data Model
Overview
This section shows the available API objects and provides more information on executing SQL to TaxJar APIs.
Key Features
- The adapter models TaxJar entities like documents, folders, and groups as relational views, allowing you to write SQL to query TaxJar data.
- Stored procedures allow you to execute operations to TaxJar
- Live connectivity to these objects means any changes to your TaxJar account are immediately reflected when using the adapter.
Views
Views describes the available views. Views are statically defined to model Categories, OrderLineItems, and more.
Tables
Tables describes the available tables. Tables are statically defined to model Customers, Orders, Refunds.
Stored Procedures
Stored Procedures are function-like interfaces to TaxJar. Stored procedures allow you to execute operations to TaxJar, including calculating sales tax and validating addresses.