{ "opencollection": "1.0.0", "info": { "name": "Dsco Platform Authentication Shipments API", "version": "v3" }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "Create Shipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.dsco.io/api/v3/supplier/shipment-in", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Supplier operation to create shipment records for fulfilled orders. Supports small batch mode only." } ] } ], "bundled": true }