{ "opencollection": "1.0.0", "info": { "name": "Staples Advantage eProcurement Account Invoices API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://api.staplesadvantage.com/v1/invoices", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by payment status" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns invoice history for the authenticated account, filterable by date range and payment status." }, { "info": { "name": "Get Invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.staplesadvantage.com/v1/invoices/:invoiceId", "params": [ { "name": "invoiceId", "value": "", "type": "path", "description": "The unique identifier of the invoice" } ] }, "docs": "Returns the full details of a specific invoice including line items, amounts, payment status, and associated order references." } ] } ], "bundled": true }