{ "opencollection": "1.0.0", "info": { "name": "Blue Yonder Warehouse Management Inventory Orders API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.blueyonder.example.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List outbound orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.blueyonder.example.com/wms/v1/orders", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "priority", "value": "", "type": "query" } ] }, "docs": "Retrieve outbound fulfillment orders." }, { "info": { "name": "Create outbound order", "type": "http" }, "http": { "method": "POST", "url": "https://api.blueyonder.example.com/wms/v1/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new outbound fulfillment order for warehouse picking and shipping." } ] } ], "bundled": true }