---
title: "GET /api/sellers/info/{id}"
method: GET
path: "/api/sellers/info/{id}"
tags: ["api", "sellers"]
---

# GET /api/sellers/info/{id}

`GET /api/sellers/info/{id}`

Get Seller info

## Path parameters

- `id` string, required

## Query parameters

- `locale` string — Get the info for a specific language

## Response `200`

OK

- GETSellersGetSellerInfo200Response
  - `_id` string, required — The ID of the seller
  - `orgId` string
  - `name` string, required — The name of the seller
  - `description` string — The description of the seller
  - `locationName` string
  - `locationStreet` string
  - `locationCity` string
  - `locationPostal` string
  - `locationCountry` string
  - `image` string — The logo of the seller
  - `darkImage` string — The logo of the seller in dark mode
  - `backgroundImage` string
  - `agb` string
  - `modules` object — A Hashmap which modules are enabled.
    - `accounts` boolean
    - `customBranding` boolean
    - `entryPermissions` boolean
    - `support` boolean
    - `purchaseIntents` boolean
    - `externalPaymentMethods` boolean
    - `hardtickets` boolean
    - `pos` boolean
    - `products` boolean
    - `seatmaps` boolean
    - `webhooks` boolean
    - `customLegalDocs` boolean
    - `stay22` boolean
    - `multiLanguageData` boolean
    - `domains` boolean
    - `dynamicFees` boolean
    - `eventSeries` boolean
    - `appDeveloper` boolean
  - `privacy` string
  - `imprint` string
  - `url` string
  - `website` string
  - `supportUrl` string — An url to a custom support page of the seller
  - `accentColor` string
  - `localeSettings` object
    - `defaultLanguage` 'de' | 'de-CH' | 'en' | 'en-GB' | 'en-AU' | 'fr' | 'es' | 'es-MX' | 'is' | 'it' | 'ru' | 'pt' | 'tr' | 'nb' | 'nl' | 'pl' | 'sv' | 'sl' | 'da' | 'cs' | 'lv' | 'he' | 'ar' | 'th' | 'ko' | 'ja' | 'zh-TW', required
    - `timezone` string, required
    - `timeFormatPreference` 'browser' | 'enforceMeridiemFormat' | 'enforceMilitaryFormat', required
  - `legalSettings` object
    - `ticketTransfer` object
      - `strategy` 'notAllowed' | 'allowedResaleOnPlatform' | 'allowedWithRestrictions'
      - `ticketPriceCapped` boolean
      - `noCommercialDistribution` boolean
      - `withPenalty` boolean
    - `cancellation` object
      - `noMajorChangesToEvent` object
        - `strategy` 'notAllowed' | 'cancellationAllowed' | 'exchangeAllowed'
        - `cancellationDaysLimit` number, float
        - `exchangeDaysLimit` number, float
        - `voucherMonthsLimit` number, float
        - `withPenalty` boolean
      - `withMajorChangesToEvent` object
        - `strategy` string
  - `customTextConfig` object — A Hashmap of custom text configuration for some actions.
  - `shopSettings` object
  - `currency` 'EUR' | 'USD' | 'GBP' | 'AUD' | 'CHF' | 'THB' | 'ILS' | 'COP' | 'MXN' | 'DKK' | 'NOK' | 'SEK' | 'QAR' | 'CAD' | 'ISK' | 'GTQ' | 'INR' | 'DOP' | 'SGD' | 'PLN' | 'SAR' | 'TTD' | 'ZAR' | 'KYD' | 'HKD' | 'CZK' | 'KRW' | 'JPY' | 'NZD' | 'AED' | 'MAD' | 'TWD' | 'BRL' | 'BWP' | 'NAD' | 'KES' | 'SCR' | 'TRY' | 'SZL' | 'LSL' | 'TZS' | 'UGX' | 'ZMW' | 'ZWG' | 'GHS' | 'NGN' | 'SLE' | 'LRD' | 'XOF' | 'XAF' | 'GEL' | 'IDR' | 'ARS' | 'CRC' | 'HUF' | 'EGP' | 'MYR' | 'VND' | 'PHP' | 'MWK' — The currency for the seller.
  - `dataRequestSettings` object
    - `capturePhoneNumber` boolean — Wheter to capture phone number during checkout
    - `allowDifferentDeliveryAddress` boolean — Wheter to allow customers enter different delivery address during checkout
  - `fulfillmentTypes` object[] — Fulfillment types
    - `_id` string, required — The ID of the fulfillment type.
    - `name` string, required — The name of the fulfillment type.
    - `description` string, nullable — The name of the fulfillment type.
    - `type` 'NONE' | 'PICK_UP' | 'SHIPPING', required — The delivery type of the fulfillment type
    - `fee` object — The price configuration of the fulfillment type.
      - `type` 'onTransaction' | 'onCheckout', required — The mode of the fee calculation. onTransaction = add fee to each transaction. onCheckout = split fee proportionally over transactions.
      - `var` number, float — The percentage value of fee to be applied.
      - `fix` number, float — The fix value of fee to be applied.
    - `deliveryDeadline` object — A relatve date specification until fulfillment will be delivered.
      - `target` string, nullable — The target of the relative date
      - `unit` 'hours' | 'days' | 'weeks' | 'months' | 'years', required — The unit in which the offset is specified
      - `offset` integer, required — The offset to the date
    - `availableCountries` string[] — The array of countries to which delivery is possible. An empty lists makes the method available to all countries. An ISO 3166 country code.
    - `taxServiceTypeId` string, nullable — The ID of the tax service type
    - `discountable` boolean — Whether the fulfillment type is discountable.
  - `brandingSettings` object
    - `customBrandingEnabled` boolean
    - `shopLogoUrl` string
    - `customLogo` string
    - `walletLogo` string
    - `walletBackgroundColor` string
    - `googleWalletLogo` string
  - `documentSettings` object
    - `image` string
  - `taxSetting` object
    - `taxCalculationMethod` 'inclusive' | 'exclusive'
    - `showTaxDetails` boolean

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

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