MPStats
Analyze marketplace product, brand, and sales analytics for Ozon, Wildberries, and Yandex Market.
MPStats
MPStats is a marketplace analytics platform for Russian e-commerce, covering Ozon, Wildberries, and Yandex Market. Use the AACFlow block to pull product and brand analytics and sales history into automated workflows.
Official integration information: https://mpstats.io/integrations
Setup
- Log in to your MPStats account and go to Profile → API Token to generate a token.
- In AACFlow, add an MPStats block and paste the token into the API Token field (used as the
X-Mpstats-TOKENheader).
Operations
| Operation | Description |
|---|---|
mpstats_products | Retrieve analytics data for a specific product SKU on the selected marketplace. |
mpstats_brands | Retrieve analytics data for a brand by name on the selected marketplace. |
mpstats_sales | Retrieve sales history for a product SKU within a date range (YYYY-MM-DD format). |
Supported marketplaces
| Value | Marketplace |
|---|---|
ozon | Ozon |
wildberries | Wildberries |
yandex_market | Yandex Market |
Example workflow
A daily scheduled workflow calls mpstats_sales for each tracked product, compares results to the previous period, and sends a Telegram notification if sales drop more than 20%.
Links
- MPStats integrations: https://mpstats.io/integrations
- Block source: apps/aacflow/blocks/blocks/mpstats.ts

