1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-10 04:18:47 +02:00
OpenIntegrations/docs/en/examples/VK/CreateProductCollection.txt

13 lines
302 B
Plaintext
Raw Normal View History

2024-09-28 20:36:32 +02:00
 Parameters = GetVKParameters();
Name = "TestCollection";
2024-10-05 10:21:35 +02:00
Image = "https://openyellow.neocities.org/test_data/picture.jpg";
2024-09-28 20:36:32 +02:00
Main = True;
Hidden = False;
Result = OPI_VK.CreateProductCollection(Name
, Image
, Main
, Hidden
, Parameters);