Внутренний API для интеграции в другие сервисы
Создание задачи на парсинг цен через сайт
Устарело. Используйте отдельный внутренний сервис для получения цен.
post/internal/parce-prices
Request body
Example request
{
"start_time": "2025.06.05 15:55:59",
"articles_info": [
{
"sku_sds": 170771792,
"reserve_sku": 1454060706,
"region": 77,
"user_type": "unauthorized",
"use_history": true
}
],
"service": "monitoring",
"article_count": 1234
}Response
Successful Response
Example response
{
"status": "waiting_for_accept"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.