Sales Tax API
Core Concepts
Corporations
Calculate
Transactions
- Tax Transactions
- POSTCreate a transaction
- GETGet transaction
- GETList transactions
- DELDelete transaction
- Refund Transactions
- Bulk Transaction Import
Nexus
Registrations
Products
Customers
Exemption Certificates
Products
Get product
GET
/
products
/
:id
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
The unique identifier for the corporation associated.
A one line description about the product.
The unique identifier for a product.
The name of the product.
The unique identifier for this product. It should be unique across the corporation.
Tax code to define how a product should be charged for sales tax. (More options coming soon).
Available options:
TPP
Timestamp in unix epoch
A mapping of ISO 3166 country codes to their respective Harmonized System (HS) codes for customs classification.
The volume of the product in liters.
The weight of the product in kilograms.