{ "opencollection": "1.0.0", "info": { "name": "Terminal Shop Address Order API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Order", "type": "folder" }, "items": [ { "info": { "name": "List orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.terminal.shop/order" }, "docs": "List the orders associated with the current user." }, { "info": { "name": "Create order", "type": "http" }, "http": { "method": "POST", "url": "https://api.terminal.shop/order", "body": { "type": "json", "data": "{}" } }, "docs": "Create an order without a cart. The order is placed immediately using the supplied address, card, and variant quantities." }, { "info": { "name": "Get order", "type": "http" }, "http": { "method": "GET", "url": "https://api.terminal.shop/order/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get the order with the given ID." } ] } ], "bundled": true }