1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-31 22:05:13 +02:00
OpenIntegrations/docs/en/examples/VK/GetProductsByID.txt

11 lines
253 B
Plaintext
Raw Normal View History

 Parameters = GetVKParameters();
2024-09-29 19:41:20 +03:00
Item1 = "9639557";
Item2 = "9639562";
ProductsArray = New Array;
ProductsArray.Add(Item1);
ProductsArray.Add(Item2);
Result = OPI_VK.GetProductsByID(ProductsArray, Parameters);