-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Обновление зашифрованных данных по результатам тестов (workflow)
- Loading branch information
1 parent
37f8762
commit 7e08114
Showing
4 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"offer_id": "<артикул>", | ||
"product_id": "<ID товара>", | ||
"stock": "<количество>", | ||
"warehouse_id": "<ID склада>" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 товара>" | ||
} |