{ "opencollection": "1.0.0", "info": { "name": "Trabex Trade Compliance AES Filing Shipments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "Get Shipments", "type": "http" }, "http": { "method": "GET", "url": "https://api.trabex.io/v1/shipments", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by shipment compliance status." }, { "name": "page", "value": "", "type": "query", "description": "Page number for paginated results." }, { "name": "pageSize", "value": "", "type": "query", "description": "Number of records per page." }, { "name": "fromDate", "value": "", "type": "query", "description": "Filter shipments created on or after this date (ISO 8601)." }, { "name": "toDate", "value": "", "type": "query", "description": "Filter shipments created on or before this date (ISO 8601)." } ] }, "docs": "Retrieves a list of shipments submitted to the Trabex platform for compliance processing. Supports filtering by status, date range, and other criteria." }, { "info": { "name": "Create Shipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.trabex.io/v1/shipments", "body": { "type": "json", "data": "{}" } }, "docs": "Submits a new export shipment for compliance processing. Triggers automated restricted party screening, AES filing eligibility assessment, and export documentation generation." }, { "info": { "name": "Get Shipment", "type": "http" }, "http": { "method": "GET", "url": "https://api.trabex.io/v1/shipments/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "The unique identifier of the shipment." } ] }, "docs": "Retrieves details of a specific shipment including compliance status, screening results, AES filing status, and generated documents." }, { "info": { "name": "Update Shipment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.trabex.io/v1/shipments/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path", "description": "The unique identifier of the shipment." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing shipment with corrected information before or during compliance processing. Triggers re-screening and re-evaluation of the updated shipment data." } ] } ], "bundled": true }