unauthorized_sellers
List the sellers winning a brand's buy box — the resellers and arbitrage operators you're up against — each classified (authorized-retailer / arbitrage / Amazon / brand-direct / reseller). If you've saved an authorized list (authorized_seller_set) it instead flags the UNAUTHORIZED sellers. Use when the user asks 'which operators dominate the buy box on ', 'who else is selling my brand', 'unauthorized sellers on Nike', 'find rogue sellers', or any brand buy-box / protection question.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brand | Yes | Brand name (case-insensitive). | |
| limit | No | ||
| seller_name | No | Exact seller name (case-insensitive). | |
| last_seen_to | No | ||
| first_seen_to | No | ||
| max_avg_price | No | ||
| min_avg_price | No | ||
| last_seen_from | No | ||
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default), 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 | |
| first_seen_from | No | YYYY-MM-DD. | |
| operator_type_in | No | Comma-separated classifications to keep (cold path only, when no authorized list is set): e.g. arbitrage, reseller, amazon, brand-direct, authorized-retailer. | |
| max_asins_touched | No | ||
| min_asins_touched | No | ||
| authorized_sellers | No | Optional. Authorized seller names — sellers NOT in this list are flagged. If omitted (and none saved), all buy-box-winning sellers are returned, classified. | |
| seller_name_contains | No | ||
| max_observed_buybox_days | No | ||
| min_observed_buybox_days | No |