{ "opencollection": "1.0.0", "info": { "name": "Fourthwall Collections Products API", "version": "v1" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get all products (offers)", "type": "http" }, "http": { "method": "GET", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/products", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get all products (offers)" }, { "info": { "name": "Create a product", "type": "http" }, "http": { "method": "POST", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/products", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a product" }, { "info": { "name": "Get product (offer) by id", "type": "http" }, "http": { "method": "GET", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/products/:productId", "params": [ { "name": "productId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get product (offer) by id" }, { "info": { "name": "Archive a product (offer)", "type": "http" }, "http": { "method": "DELETE", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/products/:productId", "params": [ { "name": "productId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Archive a product (offer)" }, { "info": { "name": "Get product (offer) inventory by id", "type": "http" }, "http": { "method": "GET", "url": "https://storefront-api.fourthwall.com/open-api/v1.0/products/:productId/inventory", "params": [ { "name": "productId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Get product (offer) inventory by id" } ] } ], "bundled": true }