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
Validate and resolve the ship-to address to a standardized, geocoded form before calculating tax.
2
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
Commit the freshly created transaction so it is finalized and eligible for tax reporting.
4
getTransaction
Retrieve the committed transaction by code, including summary details, to confirm its committed status and tax totals.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.