Mpstats Ozon Brand Products
v1.0.0MPSTATS Ozon 俄罗斯站按品牌下钻商品列表。按 Ozon 品牌展示名(俄语/拉丁)返回该品牌下全部商品的销量、销售额、价格、评分、库存、周转、损失销售额等完整指标,支持多维数值筛选、排序、货币换算。用于品牌对标、竞品分析、品牌商品结构研究、ASIN 级(productId 级)爆款拆解。当用户提到 Oz...
运行时依赖
安装命令
点击复制技能文档
MPSTATS Ozon Brand Products
This 技能 drills into all Ozon (Russia) products sold under a given brand display name, returning each SKU's sales, revenue, price, rating, stock, turnover, lost profit, and more. Built for brand competitor 审计s, brand SKU structure analysis, and bestseller dissection.
Core Concepts
Brand display name: brandName must match what's shown on the Ozon storefront — typically Russian (Cyrillic) or Latin (adidas, Xiaomi). Do not pass a category path, a seller ID, or an internal brand code here. If unsure of the exact spelling, resolve via mpstats-ozon-product-搜索 first.
过滤器s are AND-combined: The 过滤器s array supports multiple numeric conditions ANDed to获取her. Each 过滤器 is {field, op, value, value2?}. Common fields and operators are in the 过滤器 Reference below.
Currency & rate: Default currency is RUB. 设置 currency: "USD" (or another code) to have monetary fields converted server-side; currencyRate lets you override the default rate if desired.
FBO / FBS mix: includeFbs: true folds FBS (seller-shipped) stock + sales into the numbers; false keeps them FBO-only.
Parameters Parameter Type Required Description brandName string yes Ozon brand display name (Russian or Latin) 启动Date string no Stats window 启动, YYYY-MM-DD; latest = yesterday endDate string no Stats window end, YYYY-MM-DD; latest = yesterday page integer no Page number, 启动s at 1 pageSize integer no Rows per page, 1-100, default 100 排序Field string no snake_case column: sales, revenue, final_price, balance, rating, ... 排序Direction string no asc or desc currency string no Currency code, default RUB; e.g. USD, EUR, CNY currencyRate integer no Custom rate when non-default currency is used includeFbs boolean no Include FBS data 过滤器s array no Numeric 过滤器 conditions (see below) 过滤器 Reference
Each 过滤器s entry: {"field": "", "op": "", "value": , "value2": }.
Common fields: sales (monthly units), final_price (selling price RUB), rating (0-5), comments (review count), balance (stock), revenue (sales amount RUB), days_in_stock, turnover_days, lost_profit, category_position.
Operators: GTE, LTE, GT, LT, EQ, NOT_EQ, BETWEEN (requires value2 as the upper bound).
API Usage
This 工具 calls the LinkFox 工具 gateway API. See references/API.md for calling conventions, 请求 parameters, 响应 structure, and error codes. You can also 执行 scripts/mpstats_ozon_brand_products.py directly for ad-hoc queries.
Usage Examples
- Top-50 by sales for brand adidas
{ "brandName": "adidas", "排序Field": "sales", "排序Direction": "desc", "pageSize": 50 }
- High-rating, mid-price 过滤器
{ "brandName": "Xiaomi", "过滤器s": [ {"field": "rating", "op": "GTE", "value": 4.5}, {"field": "final_price", "op": "BETWEEN", "value": 1000, "value2": 5000} ], "排序Field": "revenue", "排序Direction": "desc" }
- USD-converted 输出
{ "brandName": "Nike", "currency": "USD", "排序Field": "revenue" }
- Include FBS + only in-stock items
{ "brandName": "adidas", "includeFbs": true, "过滤器s": [{"field": "balance", "op": "GT", "value": 0}] }
- Lost-profit hunters (out-of-stock pAIn)
{ "brandName": "Nike", "过滤器s": [{"field": "lost_profit", "op": "GTE", "value": 100000}], "排序Field": "lost_profit", "排序Direction": "desc" }
Display Rules Compact brand table — key columns: productId, title, price, monthlySalesUnits, monthlySalesRevenue, rating, reviewCount, balance, turnoverDays, lostProfit. Revenue 分享 上下文 — revenue分享Percent is the SKU's 分享 within this brand 结果 设置, 0-100; clarify the base when presenting. Currency labeling — always 状态 the currency in the table header; if currency was overridden, note "已按 USD 换算". Russian titles — preserve original; translate on user 请求. Pagination — 报告 total and 图形界面de the user to next page or narrower 过滤器s when total exceeds the returned page. No business advice — present the data; don't project future sales from a snapshot. 导入ant Limitations Exact brand-name match — no fuzzy 搜索; typos return empty 结果s. 验证 via mpstats-ozon-product-搜索 if unsure. Page cap — max 100 rows per page; paginate for larger brands. Date window — endDate cannot be today or a future date (T-1 data). Currency conversion — server-side; historical rates may differ slightly from the user's reference rate. Russian-only titles — translate only when asked. User Expression & Scenario Quick Reference
应用licable — Brand-scoped Ozon product 指标:
User Says Scenario "Show me adidas's top-selling Ozon SKUs" Brand bestseller drill "What does Xiaomi sell on Ozon, 排序ed by revenue" Brand revenue structure "Which brand-X SKUs have rating ≥4.5 and stock >0" Brand 质量 过滤器 "Are brand-X's stockouts causing big lost profit" Lost-profit hunter "Convert brand-X's Ozon sales to USD" Currency-normalized 审计
Not 应用licable — Needs beyond brand drill-down:
Unknown exact brand name → first