{ "opencollection": "1.0.0", "info": { "name": "Cloudprinter CloudCore Orders Quotes API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Quotes", "type": "folder" }, "items": [ { "info": { "name": "Order quote", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudprinter.com/cloudcore/1.0/orders/quote", "body": { "type": "json", "data": "{}" } }, "docs": "Calculate product prices and shipping options for a list of items in a destination country. Each returned quote carries a unique hash valid for 48 hours that can be referenced when adding an order." } ] } ], "bundled": true }