{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer addresses easypost_pickups API", "version": "7.10.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "easypost_pickups", "type": "folder" }, "items": [ { "info": { "name": "List all easypost pickups", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/easypost_pickups" }, "docs": "List all easypost pickups" }, { "info": { "name": "Create an easypost pickup", "type": "http" }, "http": { "method": "POST", "url": "https://{your_organization_slug}.commercelayer.io/api/easypost_pickups", "body": { "type": "json", "data": "{}" } }, "docs": "Create an easypost pickup" }, { "info": { "name": "Retrieve an easypost pickup", "type": "http" }, "http": { "method": "GET", "url": "https://{your_organization_slug}.commercelayer.io/api/easypost_pickups/:easypostPickupId", "params": [ { "name": "easypostPickupId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Retrieve an easypost pickup" }, { "info": { "name": "Update an easypost pickup", "type": "http" }, "http": { "method": "PATCH", "url": "https://{your_organization_slug}.commercelayer.io/api/easypost_pickups/:easypostPickupId", "params": [ { "name": "easypostPickupId", "value": "", "type": "path", "description": "The resource's id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an easypost pickup" }, { "info": { "name": "Delete an easypost pickup", "type": "http" }, "http": { "method": "DELETE", "url": "https://{your_organization_slug}.commercelayer.io/api/easypost_pickups/:easypostPickupId", "params": [ { "name": "easypostPickupId", "value": "", "type": "path", "description": "The resource's id" } ] }, "docs": "Delete an easypost pickup" } ] } ], "bundled": true }