---
title: "Stores the logo image"
method: POST
path: "/sellers/{id}/logos"
tags: ["sellers"]
---

# Stores the logo image

`POST /sellers/{id}/logos`

ADD ENDPOINT DESCRIPTION HERE

## Path parameters

- `id` integer, required

## Request body

- SellerLogoPost
  - `fileKey` string — Identifier of the image file to be saved.
  - `mimeType` string — Mime type of the image file

## Response `200`

successful operation

- SellerGet
  - `name` string
  - `usesWarehouseSku` boolean
  - `warehouseId` integer
  - `companyName` string — Company name. <br>Necessary for VAT Registration Number
  - `sendToEmail` string, required — E-Mail address to send invoices.
  - `sellerServices` string[]
  - `pixiSellerIdentifier` string — SellerIdentifier used in Pixi <br>Necessary for Pixi sellers
  - `pixiArticlePrefix` string — ArticlePrefix used for Pixi articles <br>Necessary for Pixi sellers
  - `pixiManualOrderPrefix` string — OrderPrefix used for Pixi orders created manually <br>Necessary for Pixi sellers
  - `allowInboundOverReceiving` boolean — Optional value indicating if seller can over receive more than announced during inbounds. <br>Default value is true.
  - `allowReturnOverReceiving` boolean — Optional value indicating if seller can receive more than announced during returns. <br>Default value is true.
  - `lottableIdRequired` boolean — Optional value indicating if seller requires to replace lot no. with lottable ID.<br>Default value is false.
  - `sendToCcEmail` string — CC E-Mail address to send invoices. <br>This field is optional.
  - `voecNumber` string — VOEC Number Norway.
  - `vatNumber` string — VAT Registration Number.
  - `vatNumberRequired` boolean — Optional value indicating whether the VAT number is required or not.
  - `homePage` string — Home page url. <br>This field is optional.
  - `useArticleBaseData` boolean — Optional value indicating whether the article data is used as base data when some fields are missing in shop system. <br>By default article data is not used as base data.
  - `eoriNumber` string — EORI number. <br>This field is optional.
  - `sellerAddress` SellerAddress, required
    - `name` string, required — Contact name. <br>Usually this is the first and last name.
    - `phone` string, required — Phone number.
    - `email` string, required — E-Mail address.
    - `zip` string — ZIP Code. <br>The ZIP code is optional for some countries, but required for most.
    - `city` string, required — City. <br>The city should always be specified.
    - `state` string — State. <br>This is not required for most countries, but required in some (eg: United States).
    - `countryIso2` string, required — Country. <br>The country should always be specified.
    - `street` string — Street (or Address Line 1). <br>This field is optional.
    - `street2` string — Street (or Address Line 2). <br>This field is optional.
  - `vatNumberPerCountry` object — Vat numbers per country. <br>This field is optional.
  - `eoriNumberPerCountry` object — Eori numbers per country. <br>This field is optional.
  - `subscriptionPackage` 'RISING_STAR' | 'STELLAR_EXPLORER' | 'FULFILLED_LEGEND' | 'WITHOUT_PACKAGE' | 'SEND_IT_YOURSELF' | 'CUSTOMIZED', required — Subscription package for this Seller
  - `sellerLogo` Link
    - `link` string
  - `exportedAt` string, date-time
  - `connectorApiKey` string
  - `managingGroup` 'QUIVO' | 'GWC'
  - `trackingEnabled` boolean
  - `dimensionsRequired` boolean
  - `customAttributes` object — Optional value for custom attributes of article.

---

[API](https://skmtc.net/writechoiceorg/apis/connector.md) · [All operations](https://skmtc.net/writechoiceorg/apis/connector/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/writechoiceorg/connector/revisions/7ce09a4b2a4e/schema)
