List Catalog ASINs for a Seller
get_seller_catalogSearch and browse a seller's Amazon product catalog by seller ID and marketplace. Filter by title, brand, or status to find specific listings in paginated results.
Instructions
Use this when the user wants to browse or search a seller's own Amazon catalog — the products they sell on a given marketplace. Requires a sellerId + marketplace (use list_seller_profiles to discover them). Filter by search (title/brand), brand, and status (Active by default, or all). Returns a paginated list where each item has asin, title, parentAsin, brand, status, imageUrl, and hasVariations, plus pagination metadata (currentPage, pageSize, total, lastPage, hasNext, hasPrev).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | No | Case-insensitive partial match on brand name. | |
| search | No | Case-insensitive partial match on product title or brand. | |
| status | No | Listing status filter. "Active" (default) or "all". | |
| pageSize | No | Items per page (max 50). Defaults to 20. | |
| sellerId | Yes | Amazon seller account ID. Get it from `list_seller_profiles`, or find it on the Connections page at https://2.datadive.tools. | |
| currentPage | No | Page number, 1-indexed. Defaults to 1. | |
| marketplace | Yes | Amazon marketplace code, e.g. "com" for amazon.com or "co.uk" for amazon.co.uk. |