{ "opencollection": "1.0.0", "info": { "name": "Cart Actions Endpoints Menu API", "version": "3.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Menu", "type": "folder" }, "items": [ { "info": { "name": "Get Live Menu for a Channel", "type": "http" }, "http": { "method": "GET", "url": "https://api.fabric.inc/v3/v2/menu/live", "params": [ { "name": "nodeId", "value": "", "type": "query", "description": "ID of a specific menu item, associated with a live menu" }, { "name": "parentId", "value": "", "type": "query", "description": "ID of parent menu item, associated with a live menu, to retrieve its sub-menu items" }, { "name": "depth", "value": "", "type": "query", "description": "Depth to traverse when returning menu items" }, { "name": "channels", "value": "", "type": "query", "description": "Comma-separated list of channel IDs" }, { "name": "name", "value": "", "type": "query", "description": "Name of a specific menu item, associated with a live menu" } ] }, "docs": "Gets live menu of the specified channel along with all its menu items" } ] } ], "bundled": true }