{ "opencollection": "1.0.0", "info": { "name": "Shipwell v2 Core Carriers Orders API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.shipwell.com/v2/orders" }, "docs": "Lists orders. The newer Orders API is served under the host root without the /v2 prefix (https://api.shipwell.com/orders). Modeled from the documented orders resource group. (modeled)" }, { "info": { "name": "Create an order", "type": "http" }, "http": { "method": "POST", "url": "https://api.shipwell.com/v2/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an order that can later be consolidated onto a shipment. (modeled)" }, { "info": { "name": "Retrieve an order", "type": "http" }, "http": { "method": "GET", "url": "https://api.shipwell.com/v2/orders/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path", "description": "The ID of the order." } ] }, "docs": "Retrieves a single order by its ID. (modeled)" } ] } ], "bundled": true }