1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-19 19:44:28 +02:00
OpenIntegrations/docs/en/examples/VK/AddProductPropertyVariant.txt
Vitaly the Alpaca (bot) 4fe0640047 Main build (Jenkins)
2024-11-21 11:30:08 +03:00

15 lines
389 B
Plaintext

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