Репрайсер по конкурентам V2
Цены и остатки конкурентов с Ozon
Подгружает цены/остатки конкурентов по списку comp_skus.
Вызывается при открытии карточки конкурентов, без парсинга всех цен при загрузке настроек.
TODO: в перспективе реализовать получение цен из истории
post/v2/comp/competitors-prices
Query parameters
blockstring
Headers
x-connect-idinteger required
ID магазина
ID магазина
x-user-idinteger required
ID пользователя
ID пользователя
Request body
Example request
{
"comp_skus": [
1738567991,
1738567992
]
}Response
Successful Response
Example response
{
"msg": "Successful POST /v2/comp/competitors-prices",
"data": [
{
"comp_sku": 1738567991,
"name": "Товар конкурента",
"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": "ИП Иванов"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.