1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-27 02:43:54 +02:00
OpenIntegrations/docs/en/examples/VK/GroupProducts.txt

11 lines
255 B
Plaintext
Raw Normal View History

 Parameters = GetVKParameters();
2024-12-24 19:21:21 +02:00
Item1 = "10362232";
Item2 = "10362235";
ProductsArray = New Array;
ProductsArray.Add(Item1);
ProductsArray.Add(Item2);
Result = OPI_VK.GroupProducts(ProductsArray, , Parameters);