---
title: "Upload a store logo image"
method: POST
path: "/profile/{logoType}"
---

# Upload a store logo image

`POST /profile/{logoType}`

Update one of the store logo images with an image URL passed as the `externalUrl` query parameter.

## Path parameters

- `logoType` 'logo' | 'invoicelogo' | 'emaillogo', required

## Query parameters

- `externalUrl` string

## Response `200`

Logo update result

- object
  - `id` string — Internal ID of the uploaded image

---

[API](https://skmtc.dev/ecwid/apis/ecwid-rest-api.md) · [All operations](https://skmtc.dev/ecwid/apis/ecwid-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecwid/ecwid-rest-api/revisions/a0dba5eeb54e/schema)
