watchlist_delta
Show what changed on the user's sourcing watchlist since last check. Returns each tracked ASIN with its score delta plus 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 my watchlist', 'watchlist updates', 'any changes this week', or any watchlist-status question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | No | Exact ASIN match. | |
| limit | No | ||
| max_price | No | ||
| min_price | No | ||
| since_days | No | How far back to look for changes (default 7, max 30). | |
| asin_contains | No | ||
| product_brand | No | Exact product brand (case-insensitive). | |
| fulfillment_in | No | Comma-separated FBA/FBM/AMZ to keep. | |
| marketplace_id | No | Marketplace to scope to: 1 = Amazon UK, 2 = Amazon US (default), 3 = Walmart US, 4 = Amazon CA, 5 = Amazon AU, 6 = Amazon DE, 7 = Amazon JP, 8 = Amazon IT, 9 = Amazon FR, 10 = Amazon ES, 11 = Amazon MX, 12 = Amazon BR. One marketplace per call. | |
| max_score_delta | No | ||
| min_score_delta | No | ||
| max_current_score | No | ||
| min_current_score | No | Only tracked ASINs with current sourcing score >= this. | |
| max_previous_score | No | ||
| min_previous_score | No | ||
| product_brand_contains | No | ||
| product_title_contains | No | ||
| max_fulfillment_amz_dom_pct | No | ||
| max_fulfillment_fba_pen_pct | No | ||
| min_fulfillment_amz_dom_pct | No | ||
| min_fulfillment_fba_pen_pct | No |