---
title: "getAccount"
method: GET
path: "/sellers/v1/account"
tags: ["Sellers v1"]
---

# getAccount

`GET /sellers/v1/account`

Returns information about a seller account and its marketplaces.

**Usage Plan:**

| Rate (requests per second) | Burst |
| ---- | ---- |
| 0.016 | 15 |

The `x-amzn-RateLimit-Limit` response header returns the usage plan rate limits that were applied to the requested operation, when available. The preceding table indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may have higher rate and burst values than those shown here. For more information, refer to [Usage Plans and Rate Limits in the Selling Partner API](https://developer-docs.amazon.com/sp-api/docs/usage-plans-and-rate-limits-in-the-sp-api).

## Response `200`

Success.

- GetAccountResponse — The response schema for the `getAccount` operation.
  - `payload` Account — The response schema for the `getAccount` operation.
    - `marketplaceParticipationList` MarketplaceParticipation[], required — List of marketplace participations.
      - `marketplace` Marketplace, required — Information about an Amazon marketplace where a seller can list items and customers can view and purchase items.
        - `id` string, required — The encrypted marketplace value.
        - `name` string, required — The marketplace name.
        - `countryCode` string, required — The ISO 3166-1 alpha-2 format country code of the marketplace.
        - `defaultCurrencyCode` string, required — The ISO 4217 format currency code of the marketplace.
        - `defaultLanguageCode` string, required — The ISO 639-1 format language code of the marketplace.
        - `domainName` string, required — The domain name of the marketplace.
      - `participation` Participation, required — Information that is specific to a seller in a marketplace.
        - `isParticipating` boolean, required — If `true`, the seller participates in the marketplace. Otherwise `false`.
        - `hasSuspendedListings` boolean, required — Specifies if the seller has suspended listings. `true` if the seller Listing Status is set to Inactive, otherwise `false`.
      - `storeName` string, required — The name of the seller's store as displayed in the marketplace.
    - `businessType` 'CHARITY' | 'CRAFTSMAN' | 'NATURAL_PERSON_COMPANY' | 'PUBLIC_LISTED' | 'PRIVATE_LIMITED' | 'SOLE_PROPRIETORSHIP' | 'STATE_OWNED' | 'INDIVIDUAL', required — The type of business registered for the seller account.
    - `sellingPlan` 'PROFESSIONAL' | 'INDIVIDUAL', required — The selling plan details.
    - `business` Business — Information about the seller's business. Certain fields may be omitted depending on the seller's `businessType`.
      - `name` string, required — The registered business name.
      - `registeredBusinessAddress` Address, required — Address of the party.
        - `name` string, required — The name of the person, business or institution at that address.
        - `addressLine1` string, required — First line of the address.
        - `addressLine2` string — Additional street address information, if required.
        - `addressLine3` string — Additional street address information, if required.
        - `city` string — The city where the person, business or institution is located.
        - `county` string — The county where person, business or institution is located.
        - `district` string — The district where person, business or institution is located.
        - `stateOrRegion` string — The state or region where person, business or institution is located.
        - `postalCode` string — The postal code of that address. It contains a series of letters or digits or both, sometimes including spaces or punctuation.
        - `countryCode` string, required — The two digit country code in ISO 3166-1 alpha-2 format.
        - `phone` string — The phone number of the person, business or institution located at that address.
      - `companyRegistrationNumber` string — The seller's company registration number, if applicable. This field will be absent for individual sellers and sole proprietorships.
      - `companyTaxIdentificationNumber` string — The seller's company tax identification number, if applicable. This field will be present for certain business types only, such as sole proprietorships.
      - `nonLatinName` string — The non-Latin script version of the registered business name, if applicable.
    - `primaryContact` PrimaryContact — Information about the seller's primary contact.
      - `name` string, required — The full name of the seller's primary contact.
      - `address` Address, required — Address of the party.
        - `name` string, required — The name of the person, business or institution at that address.
        - `addressLine1` string, required — First line of the address.
        - `addressLine2` string — Additional street address information, if required.
        - `addressLine3` string — Additional street address information, if required.
        - `city` string — The city where the person, business or institution is located.
        - `county` string — The county where person, business or institution is located.
        - `district` string — The district where person, business or institution is located.
        - `stateOrRegion` string — The state or region where person, business or institution is located.
        - `postalCode` string — The postal code of that address. It contains a series of letters or digits or both, sometimes including spaces or punctuation.
        - `countryCode` string, required — The two digit country code in ISO 3166-1 alpha-2 format.
        - `phone` string — The phone number of the person, business or institution located at that address.
      - `nonLatinName` string — The non-Latin script version of the primary contact's name, if applicable.
  - `errors` Error[] — A list of error responses returned when a request is unsuccessful.
    - `code` string, required — An error code that identifies the type of error that occurred.
    - `message` string, required — A message that describes the error condition.
    - `details` string — Additional details that can help the caller understand or fix the issue.

## Other responses

- `400` — Request has missing or invalid parameters and cannot be parsed.
- `403` — Indicates that access to the resource is forbidden. Possible reasons include Access Denied, Unauthorized, Expired Token, or Invalid Signature.
- `404` — The resource specified does not exist.
- `413` — The request size exceeded the maximum accepted size.
- `415` — The request payload is in an unsupported format.
- `429` — The frequency of requests was greater than allowed.
- `500` — An unexpected condition occurred that prevented the server from fulfilling the request.
- `503` — Temporary overloading or maintenance of the server.

---

[API](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01.md) · [All operations](https://skmtc.net/aws-samples/apis/a-content-management-v2020-11-01/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/a-content-management-v2020-11-01/revisions/815a5b6dbaa6/schema)
