Contains details about the tax quote
Request
Property Name | Type | Required | Description |
---|---|---|---|
shipTo | object | Required | The destination address where the products/services will be delivered. See shipTo. |
shipFrom | object | Optional | The origination address where the goods will be shipped from, or where the service will originate. See shipFrom. |
currency | string | Required | Currency code for the tax quote. |
lines | array | Required | Contains the line item details of the purchase. See lines. |
requestDate | string | Optional | The date the Create Tax Quote request was sent. The default is today's date. Send a different date to backdate. |
Response
Property Name | Type | Description |
---|---|---|
shipTo | object | The destination address where the products/services will be delivered. See shipTo. |
shipFrom | object | The origination address where the goods will be shipped from, or where the service will originate. See shipFrom. |
currency | string | Currency code for the tax quote. |
taxReference | string | BlueSnap identifier for the tax quote. |
totalTax | decimal | The total tax amount. |
status | string | The status of the tax quote. Values: Saved or Committed |
companyId | integer | The merchant's company ID in Avalara. |
requestDate | string | The date the Create Tax Quote request was sent. |
totalAmount | decimal | The total amount. |
totalExempt | decimal | The total exempt amount. |
totalTaxable | decimal | The total taxable amount. |
vatCode | string | VAT ID, if applicable. |
lines | array | Contains the line item details of the purchase. See lines. |
used | boolean | Indicates 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. |
taxVatType | string | The type of tax. Values: TAX or VAT |