mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-19 19:44:28 +02:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
Parameters = GetVKParameters();
|
|
|
|
Item1 = "10106514";
|
|
Item2 = "10106517";
|
|
|
|
ProductsArray = New Array;
|
|
ProductsArray.Add(Item1);
|
|
ProductsArray.Add(Item2);
|
|
|
|
Result = OPI_VK.GetProductsByID(ProductsArray, Parameters);
|