---
title: "Get Amazon Seller Account"
method: GET
path: "/datasources/amazon_seller/account"
---

# Get Amazon Seller Account

`GET /datasources/amazon_seller/account`

Returns the Amazon account information for the given refresh_token and region.
Each account has fields: accountName and adsAccountId.

## Query parameters

- `region` 'NA' | 'EU' | 'FE' | 'SANDBOX', required

## Headers

- `Authorization` string, nullable
- `X-User-Id` string, nullable
- `X-Datasource-Id` integer, nullable
- `X-Datasource-Token` string, password, nullable

## Cookies

- `session_id` string, nullable

## Response `200`

Successful Response

- AmazonSellerInfoModel
  - `marketplaceParticipationList` MarketplaceParticipationModel[], required
    - `marketplace` MarketplaceModel, required
      - `id` string, required
      - `countryCode` string, required
      - `name` string, required
      - `defaultCurrencyCode` string, required
      - `defaultLanguageCode` string, required
      - `domainName` string, required
    - `storeName` string, required
    - `participation` ParticipationModel, required
      - `isParticipating` boolean, required
      - `hasSuspendedListings` boolean, required
  - `businessType` string, required
  - `primaryContact` PrimaryContactModel
    - `name` string, required
    - `nonLatinName` string
    - `address` AddressModel
      - `addressLine1` string, required
      - `addressLine2` string
      - `city` string
      - `stateOrProvinceCode` string
      - `postalCode` string
      - `countryCode` string, required
  - `business` BusinessModel
    - `name` string, required
    - `registeredBusinessAddress` AddressModel, required
      - `addressLine1` string, required
      - `addressLine2` string
      - `city` string
      - `stateOrProvinceCode` string
      - `postalCode` string
      - `countryCode` string, required
    - `nonLatinName` string
    - `companyRegistrationNumber` string
    - `companyTaxIdentificationNumber` string
  - `sellingPlan` 'PROFESSIONAL' | 'INDIVIDUAL', required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/runconverge/apis/fastapi.md) · [All operations](https://skmtc.dev/runconverge/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runconverge/fastapi/revisions/1452e350bd1d/schema)
