{ "opencollection": "1.0.0", "info": { "name": "WMS Order Status (DEMO)", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "DSV-Subscription-Key", "value": "{{DSV-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Order Status on a Delivery or Inbound Notification", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsv.com/cl-demo/status/v1/notification", "headers": [ { "name": "api-version", "value": "1" }, { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This message is sent to retrieve current order status of a specific Delivery or Inbound Order" } ] } ], "bundled": true }