1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-09 07:14:16 +02:00
OpenIntegrations/docs/en/examples/VK/GroupProducts.txt

11 lines
255 B
Plaintext
Raw Normal View History

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