Общие endpoint-ы репрайсера
Информация из апи для товаров общая для всех репрайсеров
Выгружает информацию с API по фильтрам настроек из выбранного репрайсера и пагинации
Общая ручка, не привязана к конкретному репрайсеру.
post/products-prices
Query parameters
limitinteger
Лимит товаров в ответе
Лимит товаров в ответе
offsetinteger
Сдвиг
Сдвиг
blockstring
Headers
x-user-idinteger required
ID пользователя
ID пользователя
x-connect-idinteger required
ID магазина
ID магазина
Request body
Example request
{
"skus": [
12345678,
87654321
],
"product_ids": [
12345678,
87654321
],
"offer_ids": [
"offer-1",
"offer-2"
],
"names": [
"катушка",
"мочалка"
],
"brands": [
"kitty",
"bunny"
],
"catalog_filter_logic": "and",
"settings_rrc": {
"mode": "PRICE",
"night_control": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"plan_fact_target": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"control_price": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"min_price_rrc": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"max_price_rrc": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"change_price_if_green_absent": 1,
"region": 77,
"working_schedule_status": true
},
"settings_comp": {
"comps_strategy_status": true,
"min_price_comp": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"max_price_comp": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"comp_strat_lower_bound": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"region": 77,
"has_competitors": true
},
"api_filters": {
"price": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"old_price": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"marketing_seller_price": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"min_price": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"present": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"reserved": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"fbs_stocks": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"fbo_stocks": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"fbp_stocks": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"actions_count": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"discount_ozon": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"discount_card": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"current_green_price": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
},
"current_grey_price": {
"eq": 10,
"gt": 10,
"gte": 10,
"lt": 10,
"lte": 10
}
},
"history_status": "warning",
"history_comment": "С ценой на сайте все отлично.",
"negative_profit": true,
"tags": [
1,
5,
13
]
}Response
Successful Response
Example response
{
"limit": 1000,
"offset": 3000,
"slice_products": 42,
"products": [
{
"product_id": 21356090,
"offer_id": "Sh-1457",
"sku_sds": 170771792,
"sku_fbo": 175011984,
"sku_fbs": 175496364,
"tags": [
5,
8,
13
],
"name": "Перчатки NitriMAX Аrchdale черные нитриловые, 100 шт (размер XL)",
"primary_image": "https://cdn1.ozone.ru/s3/multimedia-1-o/7513047564.jpg",
"primary_image_min": "https://cdn1.ozone.ru/s3/multimedia-1-o/c50/7513047564.jpg",
"brand_name": "Lohmann&Rauscher",
"prices_and_discounts": {
"current_green_price": 1250,
"current_grey_price": 1400,
"discount_ozon": 22.7,
"discount_card": 10.6,
"source": "history"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.