unauthorized_sellers
Retrieve buy-box-winning sellers for a brand, classified as authorized, arbitrage, or reseller. Flag unauthorized sellers when an authorized list is supplied.
Instructions
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). | |
| 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. | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| limit | No | ||
| seller_name | No | Exact seller name (case-insensitive). | |
| seller_name_contains | No | ||
| min_observed_buybox_days | No | ||
| max_observed_buybox_days | No | ||
| min_asins_touched | No | ||
| max_asins_touched | No | ||
| min_avg_price | No | ||
| max_avg_price | No | ||
| first_seen_from | No | YYYY-MM-DD. | |
| first_seen_to | No | ||
| last_seen_from | No | ||
| last_seen_to | No | ||
| 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. |