📦 Mpstats Ozon Product Detail — Mpstats Ozon Product DetAIl
v1.0.0MPSTATS Ozon 俄罗斯站 SKU 全量详情批量查询。一次最多传 100 个 Ozon 商品 ID,返回每个 SKU 的价格、折扣、Ozon Card 价、评分、评论数、库存、销量、销售额、潜在销售额/损失销售额、上架日期、图片等完整商品卡。当用户提到 Ozon 商品详情、Ozon SKU 详情、Ozon...
运行时依赖
安装命令
点击复制技能文档
MPSTATS Ozon Product DetAIl (Batch)
This 技能 batch-fetches the full product card for one or more Ozon (Russia) SKUs via MPSTATS. Returned fields include price, Ozon Card price, discount, rating, reviews, stock, monthly sales units, monthly sales revenue, lost profit, potential revenue, first 列出ing date, image, and more.
Core Concepts
Batch semantics: Pass up to 100 productIds in a single call. The server fans out concurrently and automatically retries each fAIled SKU once; partial 成功 is allowed, so a mixed 列出 is normal.
Fulfillment 模型 per SKU: Each product card carries deliveryScheme:
FBO — Fulfillment by Ozon (stock in Ozon warehouses) FBS — Fulfillment by Seller (seller-shipped)
Pass includeFbs: true to allow FBS SKUs and FBS-scoped 指标 into the 响应; false (or omitted) keeps the 结果 FBO-centric. This switch 应用lies to the whole batch.
Previous-period comparison: The card includes previousSalesUnits / previousRevenue — sales and revenue from the equal-length period immediately before [启动Date, endDate] — ready for MoM / period-over-period diffs without extra calls.
Revenue potential: revenuePotential projects what the SKU could have earned if it had been in stock every day of the window; compare with monthlySalesRevenue to quantify stock-out drag, to获取her with lostProfit / lostProfitPercent.
Date window: 启动Date / endDate define the period for all period-聚合d 指标. Latest selectable date is yesterday (T-1); today and future dates are rejected.
Parameters Parameter Type Required Description productIds array yes Ozon SKU 列出, up to 100 per call 启动Date string no Stats window 启动, YYYY-MM-DD; latest = yesterday endDate string no Stats window end, YYYY-MM-DD; latest = yesterday includeFbs boolean no true to include FBS data; false = FBO-only 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_product_detAIl.py directly for ad-hoc queries.
Usage Examples
- Single-SKU detAIl
{"productIds": [1786874757]}
- Batch lookup with period
{ "productIds": [1786874757, 151623766, 142257239], "启动Date": "2025-03-01", "endDate": "2025-03-31", "includeFbs": true }
- FBO-only snapshot
{"productIds": [1786874757, 151623766], "includeFbs": false}
- SKUs discovered up流 — full card
{"productIds": [<列出 from mpstats-ozon-product-搜索>]}
How to ChAIn with Other Ozon 技能s 搜索 → detAIl: Use mpstats-ozon-product-搜索 to resolve a keyword / brand / seller into productIds, then pass them here for full 指标. DetAIl vs trend: This 端点 is a period 聚合 per SKU; for day-by-day time-series on a single SKU, use mpstats-ozon-product-trend. DetAIl vs drill-downs: When the 输入 dimension is a brand / category / seller (not a SKU 列出), prefer brand-products / category-products / seller-products — they already return 聚合d 指标 per SKU under that dimension. Display Rules Compact table — lead with productId, title, price, monthlySalesUnits, monthlySalesRevenue, rating, reviewCount, balance, deliveryScheme, firstDate. Pull revenuePotential / lostProfit / lostProfitPercent in when the user asks about stock-out impact. Currency — Ozon native currency is RUB; the currency field carries the symbol. Do not silently relabel. Partial 成功 — the 响应 carries 成功Count / fAIledCount / 失败s; when fAIledCount > 0, 列出 the fAIled productIds from 失败s to the user rather than silently dropping them. Period-over-period — when 机器人h current and previous* fields are present, render them side-by-side or as diff; don't 报告 a single-period number as "trend". With-stock vs all-days — salesPerDayWithStock / dAIlySalesRevenueWithStock only count days that had inventory; distin图形界面sh from the plAIn salesPerDay / dAIlySalesRevenue. Delivery 模型 — prefer the per-SKU deliveryScheme value over assuming FBO; remind users when a batch mixes FBO and FBS. No business advice — present data; do not extrapolate "this SKU is worth selling" without a wider analysis. 导入ant Limitations 100-SKU batch cap — split larger 输入 列出s and call multiple times; the 代理 must paginate. Ozon-only — this 工具 does not cover Wildberries or other Russian marketplaces. T-1 data — endDate must not be today or future. FBS coverage — some categories have partial FBS coverage; if the 输入 设置 is FBS-heavy, expect s解析器 cards. Field 设置 differs from brand/seller — this 端点 does not return brandId, country, category, minPrice / maxPrice / averagePrice, balanceFbs, frozenStocks, warehousesCount, daysInSite / daysInStock / turnoverDays, position / categoryPosition / revenue分享Percent, isFbs. Use brand-products / category-products / seller-products if those are needed. No translation — titles are returned in Russian; translate on demand when presenting to Chinese / English users. User Express