MegaMarket
Retrieve orders from MegaMarket (SberMegaMarket) marketplace
me
MegaMarket (formerly SberMegaMarket) is Sberbank's online marketplace, one of Russia's largest e-commerce platforms. Its API allows sellers to retrieve and manage orders programmatically.
With the MegaMarket integration in AACFlow, you can:
- Get orders: Retrieve marketplace orders with optional status filtering and pagination
This integration enables automated order processing and fulfillment management for MegaMarket sellers.
Usage Instructions
Integrate MegaMarket into the workflow. Requires a MegaMarket API key from your seller account at seller.megamarket.ru.
Tools
megamarket_get_orders
Retrieve orders from MegaMarket
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | MegaMarket API key |
status | string | No | Order status filter |
limit | number | No | Maximum orders to return |
offset | number | No | Pagination offset |
Output
| Parameter | Type | Description |
|---|---|---|
orders | array | Array of order objects |
success | boolean | Whether the request succeeded |
error | string | Error message if failed |
Links
- Official API: https://api.megamarket.ru/
- AACFlow block source: apps/aacflow/blocks/blocks/megamarket.ts

