{ "opencollection": "1.0.0", "info": { "name": "Optimizely Campaign REST Assets Catalog Nodes API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Catalog Nodes", "type": "folder" }, "items": [ { "info": { "name": "Get a catalog node", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/commerce/nodes/:nodeCode", "params": [ { "name": "nodeCode", "value": "", "type": "path", "description": "The unique code of the catalog node" } ] }, "docs": "Retrieves a specific catalog node (category) by its code." }, { "info": { "name": "Update a catalog node", "type": "http" }, "http": { "method": "PUT", "url": "https://api.campaign.episerver.net/rest/commerce/nodes/:nodeCode", "params": [ { "name": "nodeCode", "value": "", "type": "path", "description": "The unique code of the catalog node" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified catalog node with the provided fields." }, { "info": { "name": "Delete a catalog node", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.campaign.episerver.net/rest/commerce/nodes/:nodeCode", "params": [ { "name": "nodeCode", "value": "", "type": "path", "description": "The unique code of the catalog node" } ] }, "docs": "Permanently deletes the specified catalog node." } ] } ], "bundled": true }