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

# Gets the authenticated seller's shop settings.

`GET /v4/listings/shop-settings`

## Response `200`

OK

- 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

---

[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)
