{ "opencollection": "1.0.0", "info": { "name": "Cloudprinter CloudCore Orders API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List orders", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudprinter.com/cloudcore/1.0/orders/", "body": { "type": "json", "data": "{}" } }, "docs": "Request a list of all orders for the account." }, { "info": { "name": "Get order info", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudprinter.com/cloudcore/1.0/orders/info", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve comprehensive details for a specific order including addresses, items, files, and current state." }, { "info": { "name": "Add order", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudprinter.com/cloudcore/1.0/orders/add", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new order with items, addresses, options, and print file references. Items may reference a quote hash or specify a shipping level directly." }, { "info": { "name": "Cancel order", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudprinter.com/cloudcore/1.0/orders/cancel", "body": { "type": "json", "data": "{}" } }, "docs": "Request cancellation of an order that has not yet entered production." }, { "info": { "name": "Order log", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudprinter.com/cloudcore/1.0/orders/log", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve the historical state changes for an order." } ] } ], "bundled": true }