1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00
OpenIntegrations/docs/en/examples/Ozon/UpdateProductsPrices.txt
Vitaly the Alpaca (bot) a81974fd8a Main build (Jenkins)
2025-02-09 18:15:36 +03:00

16 lines
640 B
Plaintext
Vendored

ClientID = "2479669";
APIKey = "09f65e9f-262d-4aca...";
ProductID = "1393771402";
Prices = New Structure;
Prices.Insert("auto_action_enabled" , "DISABLED");
Prices.Insert("currency_code" , "RUB");
Prices.Insert("min_price" , "1300");
Prices.Insert("offer_id" , "143210610");
Prices.Insert("old_price" , "1400");
Prices.Insert("price" , "1300");
Prices.Insert("price_strategy_enabled", "DISABLED");
Prices.Insert("product_id" , ProductID);
Result = OPI_Ozon.UpdateProductsPrices(ClientID, APIKey, Prices);