{ "opencollection": "1.0.0", "info": { "name": "Gooten Orders Shipping API", "version": "5" }, "request": { "auth": { "type": "apikey", "key": "RecipeID", "value": "{{RecipeID}}", "placement": "query" } }, "items": [ { "info": { "name": "Shipping", "type": "folder" }, "items": [ { "info": { "name": "Get shipping options for a cart", "type": "http" }, "http": { "method": "POST", "url": "https://api.print.io/api/v/5/source/api/shippingprices", "params": [ { "name": "RecipeID", "value": "", "type": "query", "description": "Your public RecipeID from the Gooten Admin." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the available shipping options and their costs for a set of line items shipping to a given destination." }, { "info": { "name": "Get an order price estimate", "type": "http" }, "http": { "method": "POST", "url": "https://api.print.io/api/v/5/source/api/price", "params": [ { "name": "RecipeID", "value": "", "type": "query", "description": "Your public RecipeID from the Gooten Admin." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Estimates the total cost of an order - product cost, shipping, surcharges, taxes, and fees - for a cart in a chosen currency, before the order is submitted." } ] } ], "bundled": true }