1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/examples/VK/CreateProductCollection.txt

9 lines
263 B
Plaintext
Raw Normal View History

2024-09-28 21:36:32 +03:00
 Parameters = GetVKParameters();
Name = "TestCollection";
2024-10-15 10:07:27 +03:00
Image = "https://api.athenaeum.digital/test_data/picture.jpg";
2024-09-28 21:36:32 +03:00
Main = True;
Hidden = False;
2025-03-06 20:58:59 +03:00
Result = OPI_VK.CreateProductCollection(Name, Image, Main, Hidden, Parameters);