mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-18 23:48:56 +02:00
9 lines
265 B
Plaintext
9 lines
265 B
Plaintext
Parameters = GetVKParameters();
|
|
|
|
Product = FunctionParameters["VK_MarketItemID"];
|
|
|
|
ProductDescription = New Map;
|
|
ProductDescription.Insert("Name", "EditedTestProduct");
|
|
|
|
Result = OPI_VK.EditProduct(Product, ProductDescription, , Parameters);
|