{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Invoice Shipping Charge Line Item API", "version": "v1" }, "items": [ { "info": { "name": "Invoice Shipping Charge Line Item", "type": "folder" }, "items": [ { "info": { "name": "Get the shipping charge line item for an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/invoices/:invoiceId/shipping-charge-line-item", "params": [ { "name": "invoiceId", "value": "", "type": "path" } ] }, "docs": "Get the shipping charge line item for an invoice" } ] } ], "bundled": true }