---
title: "getMarketplaceParticipations"
method: GET
path: "/sellers/v1/marketplaceParticipations"
tags: ["Sellers v1"]
---

# getMarketplaceParticipations

`GET /sellers/v1/marketplaceParticipations`

Returns a list of marketplaces where the seller can list items and information about the seller's participation in those 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`

Marketplace participations successfully retrieved.

- GetMarketplaceParticipationsResponse — The response schema for the `getMarketplaceParticipations` operation.
  - `payload` MarketplaceParticipation[] — 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.
  - `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` — 403 can be caused for reasons like Access Denied, Unauthorized, Expired Token, Invalid Signature or Resource Not Found.
- `404` — The resource specified does not exist.
- `413` — The request size exceeded the maximum accepted size.
- `415` — The entity of the request is in a format not supported by the requested resource.
- `429` — The frequency of requests was greater than allowed.
- `500` — Encountered an unexpected condition which 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)
