{ "opencollection": "1.0.0", "info": { "name": "Avalara Business Orders API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Avalara Create a Sales Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.avalara.com/business/v1/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new sales order for Avalara products and services." }, { "info": { "name": "Avalara Get Order Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.avalara.com/business/v1/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path" } ] }, "docs": "Avalara Get Order Details" } ] } ], "bundled": true }