{ "opencollection": "1.0.0", "info": { "name": "Fourthwall Collections Orders API", "version": "v1" }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Get all orders", "type": "http" }, "http": { "method": "GET", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/order", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get all orders" }, { "info": { "name": "Get order by id", "type": "http" }, "http": { "method": "GET", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/order/:orderId", "params": [ { "name": "orderId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get order by id" }, { "info": { "name": "Get order by friendly id", "type": "http" }, "http": { "method": "GET", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/order/by-friendly-id/:friendlyId", "params": [ { "name": "friendlyId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get order by friendly id" }, { "info": { "name": "Mark digital download as downloaded", "type": "http" }, "http": { "method": "PUT", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/order/:orderId/downloaded", "params": [ { "name": "orderId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Mark digital download as downloaded" } ] } ], "bundled": true }