{ "opencollection": "1.0.0", "info": { "name": "Staples Advantage eProcurement Account Orders API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.staplesadvantage.com/v1/orders", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by order status" }, { "name": "startDate", "value": "", "type": "query" }, { "name": "endDate", "value": "", "type": "query" }, { "name": "costCenter", "value": "", "type": "query", "description": "Filter by cost center code" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "Returns the order history for the authenticated account, filterable by date range, status, and cost center." }, { "info": { "name": "Create Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.staplesadvantage.com/v1/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new purchase order from the Staples Advantage catalog with delivery address and cost center allocation." }, { "info": { "name": "Get Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.staplesadvantage.com/v1/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The unique identifier of the order" } ] }, "docs": "Returns the full details and current status of a specific order including line items, tracking information, and delivery status." } ] } ], "bundled": true }