Favicon Image
Create Favicon Image
POST https://api.bigcommerce.com/stores/{store_hash}/v3/settings/favicon/imageRequest
Uploads an image file to use as the storefront favicon. Supported MIME types include GIF, JPEG, and PNG.
- Channel ID can be used as a query parameter for updating channel-specific settings. If omitted, you will interact with the global settings only.
- The uploaded image can be up to 10 MB. Larger files result in an error.
Authentication
- X-Auth-Token in header
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- Content-Type in header with default of application/json - stringrequiredThe MIME type of the request body.
- channel_id in query - integerChannel ID to use for channel-specific settings. If omitted, you will interact with the global settings only.
Body
object | multipart/form-data
FaviconFilestring
Response
OK
Did you find what you were looking for?