{ "opencollection": "1.0.0", "info": { "name": "Optimizely Campaign REST Assets Catalog Entry Relations API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Catalog Entry Relations", "type": "folder" }, "items": [ { "info": { "name": "Get entry node relations", "type": "http" }, "http": { "method": "GET", "url": "https://api.campaign.episerver.net/rest/commerce/entries/:entryCode/noderelations", "params": [ { "name": "entryCode", "value": "", "type": "path", "description": "The unique code of the catalog entry" } ] }, "docs": "Retrieves the node relations for a specific catalog entry." }, { "info": { "name": "Update entry node relations", "type": "http" }, "http": { "method": "PUT", "url": "https://api.campaign.episerver.net/rest/commerce/entries/:entryCode/noderelations", "params": [ { "name": "entryCode", "value": "", "type": "path", "description": "The unique code of the catalog entry" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the node relations for a specific catalog entry." } ] } ], "bundled": true }