watchlist_diff
Compare a saved tracking list to its baseline to identify new sellers, sourcing-score changes, and product details. Filter results by seller count, price, fulfillment type, and brand.
Instructions
Show what changed on a saved tracking list versus its captured baseline — new sellers observed on the tracked ASINs and sourcing-score moves. Each changed ASIN also carries product identity (brand, title, price or price range) and fulfillment (FBA/FBM/AMZ with amz/fba share). Use when the user asks 'what changed on ', 'any updates on my watchlist', 'new sellers on the ASINs I track'. Re-run watchlist_add to reset the baseline to the current state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The list name to diff. | |
| list_type | No | Defaults to asin. | asin |
| asin | No | Only the change row for this exact ASIN. | |
| asin_contains | No | ||
| min_new_sellers | No | Only ASINs that gained at least this many new sellers. | |
| max_new_sellers | No | ||
| min_dropped_sellers | No | ||
| max_dropped_sellers | No | ||
| min_current_seller_count | No | ||
| max_current_seller_count | No | ||
| min_score_delta | No | ||
| max_score_delta | No | ||
| min_current_score | No | ||
| max_current_score | No | ||
| product_brand | No | Exact product brand (case-insensitive). | |
| product_brand_contains | No | ||
| product_title_contains | No | ||
| min_price | No | ||
| max_price | No | ||
| fulfillment_in | No | Comma-separated FBA/FBM/AMZ to keep. | |
| min_fulfillment_amz_dom_pct | No | ||
| max_fulfillment_amz_dom_pct | No | ||
| min_fulfillment_fba_pen_pct | No | ||
| max_fulfillment_fba_pen_pct | No |