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.
Nutzungsanleitung
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
Eingabe
| Parameter | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
apiKey | string | Ja | MegaMarket API key |
status | string | Nein | Order status filter |
limit | number | Nein | Maximum orders to return |
offset | number | Nein | Pagination offset |
Ausgabe
| Parameter | Typ | Beschreibung |
|---|---|---|
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

