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