2024-12-20 16:27:30 +03:00
|
|
|
ClientID = "2479669";
|
|
|
|
APIKey = "09f65e9f-262d-4aca...";
|
2025-02-23 12:59:52 +03:00
|
|
|
ProductID = "1414559567";
|
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);
|