2024-09-21 10:57:02 +03:00
|
|
|
ClientID = "2128753";
|
|
|
|
APIKey = "7cc90d26-33e4-499b...";
|
2024-09-29 19:41:20 +03:00
|
|
|
ProductID = "1202180384";
|
2024-09-09 13:44:35 +03:00
|
|
|
|
|
|
|
Prices = New Structure;
|
|
|
|
Prices.Insert("auto_action_enabled" , "DISABLED");
|
|
|
|
Prices.Insert("currency_code" , "RUB");
|
2024-09-09 23:29:31 +03:00
|
|
|
Prices.Insert("min_price" , "1300");
|
|
|
|
Prices.Insert("offer_id" , "143210610");
|
|
|
|
Prices.Insert("old_price" , "1400");
|
|
|
|
Prices.Insert("price" , "1300");
|
2024-09-09 13:44:35 +03:00
|
|
|
Prices.Insert("price_strategy_enabled", "DISABLED");
|
|
|
|
Prices.Insert("product_id" , ProductID);
|
|
|
|
|
|
|
|
Result = OPI_Ozon.UpdateProductsPrices(ClientID, APIKey, Prices);
|