{ "opencollection": "1.0.0", "info": { "name": "EDI 214 Transportation Carrier EDI Processing Shipment Status API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Shipment Status", "type": "folder" }, "items": [ { "info": { "name": "Submit a shipment status update", "type": "http" }, "http": { "method": "POST", "url": "https://api.stedi.com/2024-01-01/shipments/:trackingNumber/status", "params": [ { "name": "trackingNumber", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allows carriers to POST a shipment status update (equivalent to sending an EDI 214). Accepts JSON status event data which is stored and forwarded to subscribed parties." } ] } ], "bundled": true }