mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-18 23:48:56 +02:00
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
|
Parameters = GetVKParameters();
|
||
|
|
||
|
Property = FunctionParameters["VK_PropID"];
|
||
|
Option = FunctionParameters["VK_PropVarID1"];
|
||
|
Value = "New variant name";
|
||
|
|
||
|
Result = OPI_VK.EditProductPropertyVariant(Value
|
||
|
, Property
|
||
|
, Option
|
||
|
, Parameters);
|