{ "opencollection": "1.0.0", "info": { "name": "Blue Yonder Warehouse Management Inventory Receipts 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": "Receipts", "type": "folder" }, "items": [ { "info": { "name": "List receipts", "type": "http" }, "http": { "method": "GET", "url": "https://api.blueyonder.example.com/wms/v1/receipts", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "fromDate", "value": "", "type": "query" }, { "name": "toDate", "value": "", "type": "query" } ] }, "docs": "Retrieve inbound receipts (purchase orders and ASN receipts)." }, { "info": { "name": "Create inbound receipt", "type": "http" }, "http": { "method": "POST", "url": "https://api.blueyonder.example.com/wms/v1/receipts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new inbound receipt for an expected delivery (ASN or PO receipt)." } ] } ], "bundled": true }