Skip to content

Commit

Permalink
Обновление зашифрованных данных по результатам тестов (workflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyTheAlpaca committed Sep 10, 2024
1 parent 37f8762 commit 7e08114
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
Binary file modified data.json.gpg
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
 {
"result": [
{
"warehouse_id": 1,
"product_id": 0,
"offer_id": "143210610",
"updated": false,
"errors": [
{
"code": "WAREHOUSE_NOT_FOUND",
"message": "warehouse has wrong id: 1"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
 {
"offer_id": "<артикул>",
"product_id": "<ID товара>",
"stock": "<количество>",
"warehouse_id": "<ID склада>"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
 {
"auto_action_enabled": "<включение автоприменения акций: ENABLED или DISABLED>",
"currency_code": "<валюта>",
"min_price": "<минимальная цена товара после применения акций>",
"offer_id": "<идентификатор товара в системе продавца>",
"old_price": "<цена до скидок; укажите значение 0, если скидок нет>",
"price": "<цена товара с учётом скидок>",
"price_strategy_enabled": "<автоприменения стратегий цены: ENABLED или DISABLED>",
"product_id": "<ID товара>"
}

0 comments on commit 7e08114

Please sign in to comment.