1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-07 23:03:08 +02:00
Files
OpenIntegrations/docs/en/examples/Ozon/UpdateProductsStocks.txt

12 lines
372 B
Plaintext
Raw Normal View History

2024-12-20 16:27:30 +03:00
 ClientID = "2479669";
APIKey = "09f65e9f-262d-4aca...";
2025-05-21 08:49:49 +03:00
ProductID = "1797823647";
2024-09-10 10:56:08 +03:00
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);