Репрайсер РРЦ
Сохранение поартикульных настроек
Метод обновляет (или создаёт новые строки в таблице control_price_ozon_v2 (если артикул ни разу не настраивался)) поартикульные настройки.
patch/rrc/sku-settings
Query parameters
blockstring
history_toolstring
Headers
x-user-idinteger required
ID пользователя
ID пользователя
x-connect-idinteger required
ID магазина
ID магазина
Request body
Example request
[
{
"product_id": 21356090,
"offer_id": "Sh-1457",
"sku_sds": 170771792,
"control_rrc_settings": {
"control_price": 2345,
"region": 77,
"working_schedule": {
"MON": [
9,
10,
11,
17
],
"TUE": [
8,
9,
15,
16
],
"WED": [
12,
13,
14
],
"THU": [
1,
2,
3,
4,
13,
14,
15,
16
],
"FRI": [
8,
9,
15,
16,
17
],
"SAT": [
11,
12,
13,
14
],
"SUN": [
12,
13,
21,
22,
23
]
}
},
"tags": [
5,
8,
13
],
"mode": "PRICE",
"time_intervals": [
{
"start_time": 8,
"end_time": 20
}
],
"plan_fact": {
"plan_fact_target": 10,
"type_change_price": "PERCENT",
"intervals": [
{
"max": 30,
"price": -10
}
]
},
"night_control": 1
}
]Response
Successful Response
Example response
{
"msg": "Успешно"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.