mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-24 05:36:29 +02:00
20 lines
506 B
Plaintext
20 lines
506 B
Plaintext
ClientID = "2128753";
|
|
APIKey = "7cc90d26-33e4-499b...";
|
|
ProductID = "1220696576";
|
|
|
|
Image1 = "https://api.athenaeum.digital/test_data/picture.jpg";
|
|
Image2 = "https://api.athenaeum.digital/test_data/picture2.jpg";
|
|
|
|
MarketingColor = "GREEN";
|
|
|
|
ImagesArray = New Array;
|
|
ImagesArray.Add(Image1);
|
|
ImagesArray.Add(Image2);
|
|
|
|
Result = OPI_Ozon.UpdateProductImages(ClientID
|
|
, APIKey
|
|
, ProductID
|
|
, ImagesArray
|
|
,
|
|
, MarketingColor);
|