taxQuote (JSON object)

Contains details about the tax quote

Request

Property NameTypeRequiredDescription
shipToobjectRequiredThe destination address where the products/services will be delivered. See shipTo.
shipFromobjectOptionalThe origination address where the goods will be shipped from, or where the service will originate. See shipFrom.
currencystringRequiredCurrency code for the tax quote.
linesarrayRequiredContains the line item details of the purchase. See lines.
requestDatestringOptionalThe date the Create Tax Quote request was sent. The default is today's date. Send a different date to backdate.

Response

Property NameTypeDescription
shipToobjectThe destination address where the products/services will be delivered. See shipTo.
shipFromobjectThe origination address where the goods will be shipped from, or where the service will originate. See shipFrom.
currencystringCurrency code for the tax quote.
taxReferencestringBlueSnap identifier for the tax quote.
totalTaxdecimalThe total tax amount.
statusstringThe status of the tax quote.

Values: Saved or Committed
companyIdintegerThe merchant's company ID in Avalara.
requestDatestringThe date the Create Tax Quote request was sent.
totalAmountdecimalThe total amount.
totalExemptdecimalThe total exempt amount.
totalTaxabledecimalThe total taxable amount.
vatCodestringVAT ID, if applicable.
linesarrayContains the line item details of the purchase. See lines.
usedbooleanIndicates whether the tax quote has been used in a transaction.

Values:
true - The tax quote has been used in a transaction.
false - The tax quote has not been used in a transaction.
taxVatTypestringThe type of tax.

Values: TAX or VAT