{ "opencollection": "1.0.0", "info": { "name": "3M Partner and Supplier Deliveries Orders API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "3M List Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.3m.com/orders", "params": [ { "name": "status", "value": "shipped", "type": "query", "description": "Filter orders by status (pending, processing, shipped, delivered, cancelled)." }, { "name": "startDate", "value": "2025-01-01", "type": "query", "description": "Filter orders from this date." } ] }, "docs": "Retrieves a list of orders placed by the authenticated partner or supplier with status and tracking information." }, { "info": { "name": "3M Create an Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.3m.com/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Submits a new order for 3M products on behalf of the authenticated partner or supplier." } ] } ], "bundled": true }