1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Предрелизные правки

This commit is contained in:
Anton Titovets
2024-09-10 10:56:08 +03:00
parent f5c5509b6b
commit dde60ac572
17 changed files with 2493 additions and 2252 deletions

View File

@@ -0,0 +1 @@
 Result = OPI_Ozon.GetProductPriceStructure();

View File

@@ -0,0 +1 @@
 Result = OPI_Ozon.GetProductStocksStructure();

View File

@@ -0,0 +1,11 @@
 ClientID = "2128753";
APIKey = "7cc90d26-33e4-499b...";
ProductID = "1111588191";
Stocks = New Structure;
Stocks.Insert("offer_id" , "143210610");
Stocks.Insert("product_id" , ProductID);
Stocks.Insert("stock" , 20);
Stocks.Insert("warehouse_id", 1);
Result = OPI_Ozon.UpdateProductsStocks(ClientID, APIKey, Stocks);