{ "opencollection": "1.0.0", "info": { "name": "Avalara Excise Platform Tax Determination API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Tax Determination", "type": "folder" }, "items": [ { "info": { "name": "Avalara Calculate Excise Taxes", "type": "http" }, "http": { "method": "POST", "url": "https://exciseapi.avalara.com/api/v1/TaxDetermination", "body": { "type": "json", "data": "{}" } }, "docs": "Calculates excise taxes for a transaction containing one or more line items with product, origin, destination, and movement information." } ] } ], "bundled": true }