List Connected Amazon Seller Profiles
list_seller_profilesIdentify connected Amazon seller accounts and retrieve their sellerId, marketplace, and Ad API status. Use this as the first step for inventory, catalog, and alert 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. |