2024-09-21 10:57:02 +03:00
|
|
|
ClientID = "2128753";
|
|
|
|
APIKey = "7cc90d26-33e4-499b...";
|
2024-09-29 00:25:48 +03:00
|
|
|
ProductID = "1202180384";
|
2024-08-26 20:36:35 +03:00
|
|
|
|
2024-09-29 12:34:39 +03:00
|
|
|
Image1 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
|
|
|
|
Image2 = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg";
|
2024-08-26 20:36:35 +03:00
|
|
|
|
|
|
|
MarketingColor = "GREEN";
|
|
|
|
|
|
|
|
ImagesArray = New Array;
|
|
|
|
ImagesArray.Add(Image1);
|
|
|
|
ImagesArray.Add(Image2);
|
|
|
|
|
|
|
|
Result = OPI_Ozon.UpdateProductImages(ClientID
|
|
|
|
, APIKey
|
|
|
|
, ProductID
|
|
|
|
, ImagesArray
|
|
|
|
,
|
|
|
|
, MarketingColor);
|