---
title: "updateLogo seller"
method: POST
path: "/ops/sellers/update-logo"
tags: ["ops"]
---

# updateLogo seller

`POST /ops/sellers/update-logo`

Add logo to existing seller

## Request body

- UpdateSellerLogoPayload — Payload to update the seller logo
  - `logo_image` string, required — Base64 encoded logo image to upload
  - `mime_type` string, required — the mime type of the logo.
  - `seller_id` string, required — the seller to update

## Response `200`

OK response.

## Other responses

- `400` — BadRequest: Bad Request response.
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.
- `404` — NotFound: Not Found response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/revisions/f4208dbc3eb3/schema)
