---
title: "Updates the authenticated seller's shop settings."
method: PUT
path: "/v4/listings/shop-settings"
tags: ["Listings"]
---

# Updates the authenticated seller's shop settings.

`PUT /v4/listings/shop-settings`

## Request body

- ShopSettingsData
  - `companyInformation` string, nullable
  - `purchaseTerms` string, nullable
  - `showGalleryMode` boolean, nullable
  - `showAuctionView` boolean, nullable
  - `logoInformation` ShopLogoData
    - `imageFormat` 0 | 1 | 2 — Specifies different image formats.
    - `imageData` string, byte, nullable
    - `removeLogo` boolean, nullable
  - `bannerColor` string, nullable
  - `isTemporaryClosed` boolean, nullable
  - `temporaryClosedMessage` string, nullable
  - `contactInformation` string, nullable
  - `logoImageUrl` string, nullable
  - `maxActiveItems` integer
  - `maxInventoryItems` integer

## Response `200`

OK

---

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