{ "opencollection": "1.0.0", "info": { "name": "Bread Classic Merchant Buyers Carts API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Carts", "type": "folder" }, "items": [ { "info": { "name": "Bread Classic Create A Cart", "type": "http" }, "http": { "method": "POST", "url": "https://api.breadpayments.com/carts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Bread cart that can be referenced by the on-page Bread modal." }, { "info": { "name": "Bread Classic Get A Cart", "type": "http" }, "http": { "method": "GET", "url": "https://api.breadpayments.com/carts/:cartID", "params": [ { "name": "cartID", "value": "", "type": "path" } ] }, "docs": "Retrieve a Bread cart by its identifier." } ] } ], "bundled": true }