You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
Предрелизные правки
This commit is contained in:
1
docs/en/examples/Ozon/GetProductPriceStructure.txt
Normal file
1
docs/en/examples/Ozon/GetProductPriceStructure.txt
Normal file
@@ -0,0 +1 @@
|
||||
Result = OPI_Ozon.GetProductPriceStructure();
|
||||
1
docs/en/examples/Ozon/GetProductStocksStructure.txt
Normal file
1
docs/en/examples/Ozon/GetProductStocksStructure.txt
Normal file
@@ -0,0 +1 @@
|
||||
Result = OPI_Ozon.GetProductStocksStructure();
|
||||
11
docs/en/examples/Ozon/UpdateProductsStocks.txt
Normal file
11
docs/en/examples/Ozon/UpdateProductsStocks.txt
Normal 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);
|
||||
Reference in New Issue
Block a user