{ "opencollection": "1.0.0", "info": { "name": "OrderTracking", "version": "v2" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://internal.api.kuehne-nagel.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "esp-order-track", "type": "folder" }, "items": [ { "info": { "name": "Used by customers to search for purchase orders and their statuses in ESP.", "type": "http" }, "http": { "method": "POST", "url": "https://internal.api.kuehne-nagel.com/track-trace/order/v2/orders-search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://internal.api.kuehne-nagel.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "- The search can be performed using either the attributes or the additionalReferences of an order. \n- The search uses \"AND\" to combine the attributes/additionalReferences.\n" } ] } ], "bundled": true }