Avalara · Arazzo Workflow
Avalara Calculate and Commit a Transaction
Version 1.0.0
Validate the ship-to address, calculate tax on a sale, commit it, then read it back.
Provider
Workflows
calculate-and-commit-transaction
Resolve address, create a sales invoice, commit it, and retrieve it.
Validates the ship-to address, creates a tax-calculating sales invoice transaction, commits it for reporting, and reads the committed transaction back by its code.
1
resolveAddress
resolveAddress
Validate and resolve the ship-to address to a standardized, geocoded form before calculating tax.
2
createTransaction
createTransaction
Create a sales invoice transaction with a single line item, calculating tax for the resolved ship-to address. The transaction is created uncommitted so it can be committed in the next step.
3
commitTransaction
commitTransaction
Commit the freshly created transaction so it is finalized and eligible for tax reporting.
4
getTransaction
getTransactionByCode
Retrieve the committed transaction by code, including summary details, to confirm its committed status and tax totals.