{ "opencollection": "1.0.0", "info": { "name": "Swell Backend Account Addresses Shipments API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Store-Id", "value": "{{X-Store-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "List Shipments", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/shipments" }, "docs": "List Shipments" }, { "info": { "name": "Create Shipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/shipments", "body": { "type": "json", "data": "{}" } }, "docs": "Create Shipment" }, { "info": { "name": "Retrieve Shipment", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/shipments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID of the resource." } ] }, "docs": "Retrieve Shipment" }, { "info": { "name": "Update Shipment", "type": "http" }, "http": { "method": "PUT", "url": "https://api.swell.store/shipments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Shipment" } ] } ], "bundled": true }