Contains details about the tax quote
Request
Property Name | Type | Required | Description |
---|---|---|---|
ship-to | container | Required | The destination address details of where the products/services will be delivered to. See ship-to. |
ship-from | container | Optional | The origination address where the goods will be shipped from, or where the service will originate. See ship-from. |
currency | string | Required | Currency code for the tax quote. |
lines | container | Required | Contains the line item details for the purchase. The request can contain multiple lines containers. See lines. |
request-date | 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 |
---|---|---|
ship-to | container | The destination address details of where the products/services will be delivered to. See ship-to. |
ship-from | container | The origination address where the goods will be shipped from, or where the service will originate. See ship-from. |
currency | string | Currency code for the tax quote. |
tax-reference | string | BlueSnap identifier for the tax quote. |
total-tax | decimal | The total tax amount. |
status | string | The status of the tax quote. Values: Saved or Committed |
company-id | integer | The merchant's company ID in Avalara. |
request-date | string | The date the Create Tax Quote request was sent. |
total-amount | decimal | The total amount. |
total-exempt | decimal | The total exempt amount. |
total-taxable | decimal | The total taxable amount. |
vat-code | string | VAT ID, if applicable. |
lines | container | Contains the line item details for 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. |
tax-vat-type | string | The type of tax. Values: TAX or VAT |