operator_lost_brands
Detect brands an operator recently stopped selling to identify catalog churn. Input a seller name and optional time window to see brands missing from their active listings.
Instructions
Show brands an operator recently stopped selling (churn signal). Use when the user asks 'what brands did this seller drop', 'operator churn', 'brands lost by X', or any question about an operator shrinking their catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operator_name | Yes | Seller/operator name. | |
| since_days | No | Window to compare (default 30, max 180). Brands present before but absent in the last since_days. | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| limit | No | ||
| brand | No | Exact brand (case-insensitive). | |
| brand_contains | No | ||
| last_seen_week_from | No | YYYY-MM-DD lower bound on last_seen_week. | |
| last_seen_week_to | No | ||
| first_seen_from | No | ||
| first_seen_to | No |