{ "opencollection": "1.0.0", "info": { "name": "Ecwid REST Categories Products API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Search products", "type": "http" }, "http": { "method": "GET", "url": "https://app.ecwid.com/api/v3/{storeId}/products", "params": [ { "name": "keyword", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "category", "value": "", "type": "query" }, { "name": "enabled", "value": "", "type": "query" } ] }, "docs": "Search products" }, { "info": { "name": "Add a product", "type": "http" }, "http": { "method": "POST", "url": "https://app.ecwid.com/api/v3/{storeId}/products", "body": { "type": "json", "data": "{}" } }, "docs": "Add a product" }, { "info": { "name": "Get a product", "type": "http" }, "http": { "method": "GET", "url": "https://app.ecwid.com/api/v3/{storeId}/products/:productId", "params": [ { "name": "productId", "value": "", "type": "path" } ] }, "docs": "Get a product" }, { "info": { "name": "Update a product", "type": "http" }, "http": { "method": "PUT", "url": "https://app.ecwid.com/api/v3/{storeId}/products/:productId", "params": [ { "name": "productId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a product" }, { "info": { "name": "Delete a product", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.ecwid.com/api/v3/{storeId}/products/:productId", "params": [ { "name": "productId", "value": "", "type": "path" } ] }, "docs": "Delete a product" } ] } ], "bundled": true }