mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-10 04:18:47 +02:00
15 lines
388 B
Plaintext
15 lines
388 B
Plaintext
Parameters = GetVKParameters();
|
|
|
|
Property = "720";
|
|
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);
|
|
|
|
FunctionParameters.Insert(ParameterName, VariantID);
|
|
EndDo;
|