1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/examples/VK/GroupProducts.txt
T
Vitaly the Alpaca (bot) 24505af749 Main build (Jenkins)
2024-09-29 00:25:48 +03:00

11 lines
253 B
Plaintext

Parameters = GetVKParameters();
Item1 = "9639557";
Item2 = "9639562";
ProductsArray = New Array;
ProductsArray.Add(Item1);
ProductsArray.Add(Item2);
Result = OPI_VK.GroupProducts(ProductsArray, , Parameters);