1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-31 03:10:45 +02:00

Обновление зашифрованных данных по результатам тестов (workflow)

This commit is contained in:
Vitaly the Alpaca 2024-09-10 09:19:27 +00:00 committed by Vitaly the Alpaca (bot)
parent 7e08114688
commit 0c6ee5d48d
4 changed files with 32 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,10 @@
 {
"auto_action_enabled": "<Enable auto application of shares: ENABLED or DISABLED>",
"currency_code": "<currency>",
"min_price": "<minimum price of product after promotions have been applied>",
"offer_id": "<product identifier in the sellers system>",
"old_price": "<price before discounts; specify 0 if no discounts are available>",
"price": "<product price with discounts>",
"price_strategy_enabled": "<auto application of price strategies: ENABLED or DISABLED>",
"product_id": "<Product ID>"
}

View File

@ -0,0 +1,6 @@
 {
"offer_id": "<article>",
"product_id": "<Product ID>",
"stock": "<amount>",
"warehouse_id": "<Warehouse ID>"
}

View File

@ -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"
}
]
}
]
}