Внутреннее апи с ручками для Settings API
Цены, подготовленные репрайсером к отправке, но не отправленные
Возвращает расчёты цен за 12 часов для магазинов в режиме NO_SEND. Выборка идет по артикулам, где расчёт выполнен, но отправка пропущена. ВАЖНО: цены будут получены только при условии что позднее не было никаких отправок! Доступно только при repricer_mode = NO_SEND в глобальных настройках.Метод находится на этапе тестирования, возможны проблемы с получением данных
post/internal/rrc/pending-send-prices
Query parameters
limitinteger
Лимит товаров в ответе
Лимит товаров в ответе
offsetinteger
Сдвиг выборки (постраничная навигация)
Сдвиг выборки (постраничная навигация)
Headers
Authorizationstring required
Ключ авторизации
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,
"slice_products": 42,
"products": [
{
"sku_sds": 170771792,
"product_id": 21356090
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.