Loading...
Loading...
MPSTATS Ozon 俄罗斯站按卖家 ID 下钻商品列表。返回该卖家下全部 SKU 的销量、销售额、价格、评分、库存、周转、损失销售额等完整指标,支持多维数值筛选、排序、货币换算。用于店铺结构分析、卖家爆款拆解、竞争对手店铺对标。当用户提到 Ozon 卖家商品、Ozon 店铺分析、Ozon 卖家下钻、Ozon 卖家 SKU、Ozon 店铺爆款、Ozon 竞争店铺、MPSTATS seller, Ozon seller drill-down, Ozon shop audit, Russian marketplace seller SKUs, Ozon store structure 时触发此技能。即使用户未明确说"MPSTATS",只要意图是按 Ozon 卖家 ID 看该店铺下全部商品的销售表现,也应触发此技能。
npx skill4agent add linkfox-ai/linkfox-skills linkfox-mpstats-ozon-seller-productssellerIdsellerIdmpstats-ozon-product-searchsellerIdbrand-productscategory-productsRUBcurrencycurrencyRateincludeFbs: truefalse| Parameter | Type | Required | Description |
|---|---|---|---|
| sellerId | string | yes | Ozon seller ID as numeric string, e.g. |
| startDate | string | no | Stats window start, |
| endDate | string | no | Stats window end, |
| page | integer | no | Page number, starts at 1 |
| pageSize | integer | no | Rows per page, 1-100, default 100 |
| sortField | string | no | snake_case column ( |
| sortDirection | string | no | |
| currency | string | no | Currency code, default |
| currencyRate | integer | no | Custom rate for non-default currency |
| includeFbs | boolean | no | Include FBS data |
| filters | array | no | Numeric filter list |
filters{"field": "<snake_case>", "op": "<OP>", "value": <num>, "value2": <num?>}salesfinal_priceratingcommentsbalancerevenuedays_in_stockturnover_dayslost_profitcategory_positionGTELTEGTLTEQNOT_EQBETWEENvalue2references/api.mdscripts/mpstats_ozon_seller_products.py{
"sellerId": "3628678",
"sortField": "sales",
"sortDirection": "desc",
"pageSize": 100
}{
"sellerId": "3628678",
"sortField": "revenue",
"sortDirection": "desc",
"pageSize": 20
}{
"sellerId": "3628678",
"filters": [
{"field": "sales", "op": "GTE", "value": 30},
{"field": "turnover_days", "op": "LTE", "value": 20}
],
"sortField": "revenue",
"sortDirection": "desc"
}{
"sellerId": "3628678",
"filters": [{"field": "lost_profit", "op": "GTE", "value": 100000}],
"sortField": "lost_profit",
"sortDirection": "desc"
}{
"sellerId": "3628678",
"currency": "USD",
"sortField": "revenue",
"sortDirection": "desc"
}productIdtitlebrandpricemonthlySalesUnitsmonthlySalesRevenueratingbalanceturnoverDayslostProfitposition"已按 USD 换算"mpstats-ozon-product-searchendDate| User Says | Scenario |
|---|---|
| "Show me everything seller 3628678 sells, by sales" | Store SKU map |
| "What are this Ozon store's top revenue products" | Store bestseller drill |
| "How many SKUs does the store have with turnover <20 days" | Operational health filter |
| "Where is this store losing money to stockouts" | Lost-profit scan |
| "Compare two Ozon stores' SKU counts and sales" | Store-vs-store benchmarking (call twice) |
mpstats-ozon-product-searchmpstats-ozon-brand-productsmpstats-ozon-category-productsmpstats-ozon-product-trendreferences/api.md