List Connected Amazon Seller Profiles
list_seller_profilesList connected Amazon seller profiles. Retrieve each seller's ID, marketplace, and pagination metadata to use for further seller-specific data queries.
Instructions
Use this when the user asks which Amazon seller accounts are connected, or as the discovery step to find the sellerId and marketplace required by get_asin_inventory_distribution, get_seller_catalog, get_seller_listing_changes, and the alert tools. Returns a paginated list of the organization's connected seller profiles — each item has sellerId, sellerName, marketplace (e.g. "com", "co.uk"), hasAdApi (whether Advertising API credentials are connected), and createdAt — plus pagination metadata (currentPage, pageSize, total, lastPage, hasNext, hasPrev).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageSize | No | Items per page (max 50). Defaults to 20. | |
| currentPage | No | Page number, 1-indexed. Defaults to 1. |