{ "opencollection": "1.0.0", "info": { "name": "Manhattan Active Omni Order Management Inbound API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.developer.manh.com/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Inbound", "type": "folder" }, "items": [ { "info": { "name": "List inbound receipts", "type": "http" }, "http": { "method": "GET", "url": "https://api.developer.manh.com/omni/v1/receipts", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "facilityId", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "Retrieve inbound receipt records for advance shipment notices and received inventory." }, { "info": { "name": "Create an advance shipment notice (ASN)", "type": "http" }, "http": { "method": "POST", "url": "https://api.developer.manh.com/omni/v1/receipts", "body": { "type": "json", "data": "{}" } }, "docs": "Create an ASN to pre-notify the warehouse of an inbound shipment." }, { "info": { "name": "Get receipt details", "type": "http" }, "http": { "method": "GET", "url": "https://api.developer.manh.com/omni/v1/receipts/:receiptId", "params": [ { "name": "receiptId", "value": "", "type": "path" } ] }, "docs": "Retrieve full details of an inbound receipt." } ] } ], "bundled": true }