Репрайсер по конкурентам
Получить информацию о конкурентах
Возвращает информацию о конкурентах по списку артикулов (SKU).
post/comp/new-competitors
Request body
Example request
{
"sku": [
1738567991,
1738567992,
1738567993
]
}Response
Успешный ответ с конкурентами
Example response
{
"msg": "Successful GET /new-competitors",
"data": {
"success_count": 10,
"error_count": 3,
"competitors": [
{
"sku": 1738567991,
"name": "Товар 1",
"base_price": 3340,
"discount_price": 375,
"ozon_card_price": 350,
"qty": 96,
"currency": "RUB",
"comp_img": "https://cdn1.ozone.ru/s3/multimedia-q/6000371222.jpg",
"supplier": "ИП Иванов"
}
],
"errors_api": {
"invalid_count": 2
},
"errors_validation": {
"invalid_count": 2
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.