{ "opencollection": "1.0.0", "info": { "name": "Tyson Foods EDI Integration Orders API", "version": "1.0.0" }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Get Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.tysonfoods.com/orders" }, "docs": "Retrieve a list of orders for a trading partner." }, { "info": { "name": "Get Order by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.tysonfoods.com/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path" } ] }, "docs": "Retrieve a specific order." } ] } ], "bundled": true }