{ "opencollection": "1.0.0", "info": { "name": "CargoDocs Customer Data/Docs Common Import API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Import", "type": "folder" }, "items": [ { "info": { "name": "CargoDocs Import Shipment Data", "type": "http" }, "http": { "method": "POST", "url": "https://api-test.cargodocs.com/v3/common/import", "params": [ { "name": "importRef", "value": "", "type": "query", "description": "The import reference identifier (e.g., LNGBL559)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Imports shipment data to create trade and shipping documents such as tanker, bulker, or barge bills of lading. Data can be imported from ERP systems, CTRM, TMS, WMS, and other sources." } ] } ], "bundled": true }