1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-25 21:39:21 +02:00
OpenIntegrations/docs/en/examples/VK/CreateProductCollection.txt
Vitaly the Alpaca (bot) bf7a7febc2 Main build (Jenkins)
2024-09-29 12:34:39 +03:00

13 lines
337 B
Plaintext

Parameters = GetVKParameters();
Name = "TestCollection";
Image = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
Main = True;
Hidden = False;
Result = OPI_VK.CreateProductCollection(Name
, Image
, Main
, Hidden
, Parameters);