You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
14 lines
314 B
Plaintext
Vendored
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;
|