Yandex Market
Manage offers, orders, bids, and inventory for Yandex Market marketplace
ya
Yandex Market is Russia's largest price comparison and online marketplace. Its Partner API provides comprehensive access to offer management, order processing, bid management, inventory control, and analytics for marketplace sellers.
With the Yandex Market integration in AACFlow, you can:
- Manage offers: Get, update, bulk-update, and delete product offers
- Get recommendations: Retrieve price and other recommendations for offers
- Process orders: Get orders, update order status, and set delivery details
- Manage bids: Get and set advertising bids for products
- Control inventory: Get and update warehouse stock levels
- Access analytics: Retrieve campaign statistics and performance reports
This integration enables end-to-end Yandex Market seller automation from pricing to fulfillment.
Usage Instructions
Integrate Yandex Market into the workflow. Requires a Yandex Market Partner API token (OAuth) and campaign ID. Tokens are configured in the Partner Interface under Settings → API.
Tools
yandex_market_get_offers
Get product offers
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Yandex Market API token |
campaignId | string | Yes | Campaign (shop) ID |
limit | number | No | Maximum offers to return |
page | number | No | Page number |
Output
| Parameter | Type | Description |
|---|---|---|
offers | array | Array of offer objects |
total | number | Total offers count |
yandex_market_orders
Get orders
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Yandex Market API token |
campaignId | string | Yes | Campaign ID |
status | string | No | Order status filter |
dateFrom | string | No | Start date (YYYY-MM-DD) |
dateTo | string | No | End date (YYYY-MM-DD) |
Output
| Parameter | Type | Description |
|---|---|---|
orders | array | Array of order objects |
total | number | Total orders count |
yandex_market_update_stocks
Update warehouse stock levels
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
apiKey | string | Yes | Yandex Market API token |
campaignId | string | Yes | Campaign ID |
warehouseId | string | Yes | Warehouse ID |
skus | array | Yes | Array of SKU stock update objects |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | Whether stocks were updated |
Links
- Official API: https://yandex.ru/dev/market/partner-api/
- AACFlow block source: apps/aacflow/blocks/blocks/yandex_market.ts

