REST interface to Avalara's enterprise tax service, AvaTax.
Get the Item
object identified by this URL.
Items are a way of separating your tax calculation process from your tax configuration details. If you choose, you
can provide itemCode
values for each CreateTransaction()
API call rather than specifying tax codes, parameters, descriptions,
and other data fields. AvaTax will automatically look up each itemCode
and apply the correct tax codes and parameters
from the item table instead. This allows your CreateTransaction call to be as simple as possible, and your tax compliance
team can manage your item catalog and adjust the tax behavior of items without having to modify your software.