{ "opencollection": "1.0.0", "info": { "name": "Easyship Addresses Shipments API", "version": "2024-09" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Shipments", "type": "folder" }, "items": [ { "info": { "name": "List shipments", "type": "http" }, "http": { "method": "GET", "url": "https://api.easyship.com/2024-09/shipments", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" } ] }, "docs": "List shipments" }, { "info": { "name": "Create a shipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.easyship.com/2024-09/shipments", "body": { "type": "json", "data": "{}" } }, "docs": "Create a shipment" }, { "info": { "name": "Show a shipment", "type": "http" }, "http": { "method": "GET", "url": "https://api.easyship.com/2024-09/shipments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Show a shipment" }, { "info": { "name": "Update a shipment", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.easyship.com/2024-09/shipments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a shipment" }, { "info": { "name": "Delete a shipment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.easyship.com/2024-09/shipments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a shipment" }, { "info": { "name": "Cancel a shipment", "type": "http" }, "http": { "method": "POST", "url": "https://api.easyship.com/2024-09/shipments/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Cancel a shipment" } ] } ], "bundled": true }