Thanks for being patient while we implement your feedback to improve the developer experience.

Create Favicon Image

POST /settings/favicon/image

Request

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 setting. If omitted, you will interact with the global setting only.

Authentication

  • X-Auth-Token in header - required

Parameters

  • store_hash in path - string
  • Content-Type in header with default of application/json - string - required

    The MIME type of the request body.

  • channel_id in query - integer

    Channel ID to use for channel-specific setting. If omitted, you will interact with the global setting only.

Response

OK