mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-18 05:18:06 +02:00
Обновление зашифрованных данных по результатам тестов (workflow)
This commit is contained in:
parent
7e08114688
commit
0c6ee5d48d
BIN
data.json.gpg
BIN
data.json.gpg
Binary file not shown.
10
docs/en/results/Ozon/GetProductPriceStructure.log
Normal file
10
docs/en/results/Ozon/GetProductPriceStructure.log
Normal 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>"
|
||||||
|
}
|
6
docs/en/results/Ozon/GetProductStocksStructure.log
Normal file
6
docs/en/results/Ozon/GetProductStocksStructure.log
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"offer_id": "<article>",
|
||||||
|
"product_id": "<Product ID>",
|
||||||
|
"stock": "<amount>",
|
||||||
|
"warehouse_id": "<Warehouse ID>"
|
||||||
|
}
|
16
docs/en/results/Ozon/UpdateProductsStocks.log
Normal file
16
docs/en/results/Ozon/UpdateProductsStocks.log
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user