operator_resells_what
Given an ASIN or seller name, discover other ASINs resold by the same operators, ranked by sourcing score and estimated sales, filtering out already tracked items.
Instructions
The arbitrage sourcing feed: given an ASIN (or a seller/operator name), find the OTHER ASINs the operators on that listing also resell, ranked by sourcing fit (our composite sourcing score) then estimated 30-day sales. De-duped against the ASINs the user already tracks, so it surfaces NEW candidates. Use when the user says 'what else does this seller carry', 'find more like this from the same operators', 'arbitrage leads from this ASIN's sellers'. Each candidate ASIN also carries product brand, title, and price (or price range) plus its fulfillment (FBA/FBM/AMZ + amz/fba pct). Amazon US/UK. Optional filters (all default to no filter): min/max sourcing_score, est_units_30d, buybox_avg_price; resold_by_contains; the shared product/fulfillment block (product_brand, product_title_contains, min/max_price, fulfillment_in, amz/fba pct).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | No | An ASIN whose operators to expand from. | |
| operator_name | No | Or a seller/operator name directly. | |
| marketplace_id | No | 1 = Amazon UK, 2 = Amazon US (default) | |
| limit | No | ||
| min_sourcing_score | No | Only candidates with sourcing score >= this. | |
| max_sourcing_score | No | ||
| min_est_units_30d | No | ||
| max_est_units_30d | No | ||
| min_buybox_avg_price | No | ||
| max_buybox_avg_price | No | ||
| resold_by_contains | No | Keep candidates resold by a seller whose name contains this. | |
| 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 |