{ "opencollection": "1.0.0", "info": { "name": "Soracom and Query Analysis API Sandbox: Order API", "version": "20250903-043502" }, "items": [ { "info": { "name": "API Sandbox: Order", "type": "folder" }, "items": [ { "info": { "name": "Ships the specified order", "type": "http" }, "http": { "method": "POST", "url": "https://api.soracom.io/v1/sandbox/orders/ship", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Changes the shipping status to 'shipped' and gets ready the subscribers included in the order." } ] } ], "bundled": true }