ya
Yandex Market — это официальный largest price comparison и online marketplace. Its Partner API предоставляет comprehensive access to offer management, order processing, bid management, inventory control, и analytics для marketplace sellers.
С помощью Yandex Market интеграции в AACFlow можно:
- Управлять offers: Get, update, bulk-update, и delete product offers
- Получить recommendations: Получить price и other recommendations для offers
- Обработать orders: Получить orders, update order status, и set delivery details
- Управлять bids: Получить и set advertising bids для products
- Control inventory: Получить и update warehouse stock levels
- Access analytics: Получить campaign statistics и performance reports
Эта интеграция позволяет end-to-end Yandex Market seller automation from pricing to fulfillment.
Инструкции по использованию
Интегрируйте Yandex Market в рабочий процесс. Требуется Yandex Market Partner API token (OAuth) и можетmpaign ID. Tokens are configured in the Partner Interface under Settings → API.
Инструменты
yandex_market_get_offers
Получить product offers
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
apiKey | string | Да | Yandex Market API token |
campaignId | string | Да | Campaign (shop) ID |
limit | number | Нет | Maximum offers to return |
page | number | Нет | Page number |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
offers | array | Массив offer objects |
total | number | Total offers count |
yandex_market_orders
Получить orders
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
apiKey | string | Да | Yandex Market API token |
campaignId | string | Да | Campaign ID |
status | string | Нет | Order status filter |
dateFrom | string | Нет | Start date (YYYY-MM-DD) |
dateTo | string | Нет | End date (YYYY-MM-DD) |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
orders | array | Массив order objects |
total | number | Total orders count |
yandex_market_update_stocks
Обновить warehouse stock levels
Входные параметры
| Параметр | Тип | Обязательный | Описание |
|---|---|---|---|
apiKey | string | Да | Yandex Market API token |
campaignId | string | Да | Campaign ID |
warehouseId | string | Да | Warehouse ID |
skus | array | Да | Массив SKU stock update objects |
Выходные данные
| Параметр | Тип | Описание |
|---|---|---|
success | boolean | Whether stocks were updated |
Ссылки
- Official API: https://yandex.ru/dev/market/partner-api/
- AACFlow block source: apps/aacflow/blocks/blocks/yandex_market.ts

