{ "opencollection": "1.0.0", "info": { "name": "Florist One REST Affiliate ShoppingCart API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "ShoppingCart", "type": "folder" }, "items": [ { "info": { "name": "Get shopping cart contents by session id", "type": "http" }, "http": { "method": "GET", "url": "https://www.floristone.com/api/rest/shoppingcart", "params": [ { "name": "sessionid", "value": "", "type": "query" } ] }, "docs": "Get shopping cart contents by session id" }, { "info": { "name": "Create cart, add to cart, remove from cart, or clear cart", "type": "http" }, "http": { "method": "POST", "url": "https://www.floristone.com/api/rest/shoppingcart", "params": [ { "name": "sessionid", "value": "", "type": "query" }, { "name": "productcode", "value": "", "type": "query" }, { "name": "action", "value": "", "type": "query" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Action is determined by the `action` query parameter (e.g. `add`,\n`remove`, `clear`) or by omitting it when creating a new cart.\n" }, { "info": { "name": "Destroy shopping cart for a session id", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.floristone.com/api/rest/shoppingcart", "params": [ { "name": "sessionid", "value": "", "type": "query" } ] }, "docs": "Destroy shopping cart for a session id" } ] } ], "bundled": true }