Репрайсер РРЦ V2
Проверка статуса готовности excel-шаблона, формирующегося в фоне
Проверка готовности excel-шаблона, формирование которого было запущено в фоне ручкой POST /v2/rrc/excel-template.
Передавайте те же фильтры, с которыми запускали формирование: под разные фильтры получаются разные файлы, и найти нужный можно только по совпадающему набору фильтров.
post/v2/rrc/excel-template-status
Query parameters
blockstring
Headers
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
Excel-шаблон готов
{"stackTrail":"paths:/v2/rrc/excel-template-status:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}