{ "opencollection": "1.0.0", "info": { "name": "Soracom and Query Analysis ShippingAddress API", "version": "20250903-043502" }, "items": [ { "info": { "name": "ShippingAddress", "type": "folder" }, "items": [ { "info": { "name": "List shipping addresses", "type": "http" }, "http": { "method": "GET", "url": "https://api.soracom.io/v1/operators/:operator_id/shipping_addresses", "params": [ { "name": "operator_id", "value": "", "type": "path", "description": "Operator ID." } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Returns a list of shipping addresses." }, { "info": { "name": "Create shipping address", "type": "http" }, "http": { "method": "POST", "url": "https://api.soracom.io/v1/operators/:operator_id/shipping_addresses", "params": [ { "name": "operator_id", "value": "", "type": "path", "description": "Operator ID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Creates a new shipping address." }, { "info": { "name": "Get shipping address", "type": "http" }, "http": { "method": "GET", "url": "https://api.soracom.io/v1/operators/:operator_id/shipping_addresses/:shipping_address_id", "params": [ { "name": "operator_id", "value": "", "type": "path", "description": "Operator ID." }, { "name": "shipping_address_id", "value": "", "type": "path", "description": "Shipping address ID." } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Returns a shipping address." }, { "info": { "name": "Update shipping address", "type": "http" }, "http": { "method": "PUT", "url": "https://api.soracom.io/v1/operators/:operator_id/shipping_addresses/:shipping_address_id", "params": [ { "name": "operator_id", "value": "", "type": "path", "description": "Operator ID." }, { "name": "shipping_address_id", "value": "", "type": "path", "description": "Shipping address ID." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Updates a shipping address." }, { "info": { "name": "Delete shipping address", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.soracom.io/v1/operators/:operator_id/shipping_addresses/:shipping_address_id", "params": [ { "name": "operator_id", "value": "", "type": "path", "description": "Operator ID." }, { "name": "shipping_address_id", "value": "", "type": "path", "description": "Shipping address ID." } ], "auth": { "type": "apikey", "key": "X-Soracom-API-Key", "value": "{{X-Soracom-API-Key}}", "placement": "header" } }, "docs": "Deletes a shipping address." } ] } ], "bundled": true }