{ "opencollection": "1.0.0", "info": { "name": "ContainerTracking", "version": "v2" }, "request": { "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://internal.api.kuehne-nagel.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "items": [ { "info": { "name": "container", "type": "folder" }, "items": [ { "info": { "name": "searchContainers", "type": "http" }, "http": { "method": "POST", "url": "https://internal.api.kuehne-nagel.com/track-trace/container/v2/containers-search", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://internal.api.kuehne-nagel.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Search for containers matching the given criteria.\nAt least one of the search parameters (reference, trackingNumber, or containerNumber) must be provided.\n" }, { "info": { "name": "loadContainerForShipment", "type": "http" }, "http": { "method": "GET", "url": "https://internal.api.kuehne-nagel.com/track-trace/container/v2/shipments/:uniqueShipmentReference/containers/:containerSeqNo", "params": [ { "name": "uniqueShipmentReference", "value": "", "type": "path", "description": "The unique shipment reference with required prefix.\n\nSupported reference:\n* __shipment id__\n * `shipment-id:{shipmentId}` \n * e.g. `shipment-id:19101910`\n" }, { "name": "containerSeqNo", "value": "", "type": "path", "description": "The container sequence number (starting with 1)" } ], "auth": { "type": "oauth2", "flow": "implicit", "authorizationUrl": "https://internal.api.kuehne-nagel.com/authorize", "credentials": { "clientId": "{{clientId}}" } } }, "docs": "Retrieve detailed information for a specific container within a shipment." } ] } ], "bundled": true }