1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00
Files
OpenIntegrations/docs/en/examples/VK/AddProductPropertyVariant.txt
Vitaly the Alpaca (bot) fa3ecdbbe5 Main build (Jenkins)
2025-09-01 20:11:52 +03:00

14 lines
314 B
Plaintext
Vendored

Parameters = GetVKParameters();
Property = "4154";
OptionArray = New Array;
OptionArray.Add("Yellow");
OptionArray.Add("Blue");
OptionArray.Add("Red");
For Each Value In OptionArray Do
Result = OPI_VK.AddProductPropertyVariant(Value, Property, Parameters);
EndDo;