{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Favicon Image API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Favicon Image", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Create Favicon Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/settings/favicon/image", "headers": [ { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "channel_id", "value": "", "type": "query", "description": "Channel ID to use for channel-specific setting. If omitted, you will interact with the global setting only." } ], "body": { "type": "multipart-form", "data": [ { "name": "FaviconFile", "type": "text", "value": "" } ] } }, "docs": "Uploads an image file to use as the storefront favicon. Supported MIME types include GIF, JPEG, and PNG. \n\n - Channel ID can be used as a query parameter for updating channel-specific setting. If omitted, you will interact with the global setting only." } ] } ], "bundled": true }