{ "opencollection": "1.0.0", "info": { "name": "Cloudprinter CloudCore Orders Products API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudprinter.com/cloudcore/1.0/products", "body": { "type": "json", "data": "{}" } }, "docs": "Request a list of all products already enabled for the account." }, { "info": { "name": "Product info", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudprinter.com/cloudcore/1.0/products/info", "body": { "type": "json", "data": "{}" } }, "docs": "Get detailed specifications, available options, and pricing for a single product by its product reference." } ] } ], "bundled": true }