{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Menus API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Menus", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Channel Menus", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/channels/:channel_id/channel-menus", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "The ID of a channel." } ] }, "docs": "Returns list of Control Panel side navigation menus for a channel.\n" }, { "info": { "name": "BigCommerce Create Channel Menus", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/channels/:channel_id/channel-menus", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "The ID of a channel." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates or replaces list of control panel side navigation menus for a channel." }, { "info": { "name": "BigCommerce Delete Channel Menus", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/channels/:channel_id/channel-menus", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "path", "description": "The ID of a channel." } ] }, "docs": "Deletes control panel side navigation menus for a channel." } ] } ], "bundled": true }