1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-03 13:22:19 +02:00
OpenIntegrations/docs/en/examples/VK/AddProductPropertyVariant.txt
Vitaly the Alpaca (bot) 24505af749 Main build (Jenkins)
2024-09-29 00:25:48 +03:00

15 lines
388 B
Plaintext

Parameters = GetVKParameters();
Property = "809";
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;