1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-07 15:20:39 +02:00
OpenIntegrations/docs/en/examples/VK/RemoveProductFromCollection.txt
2024-08-13 14:35:37 +03:00

7 lines
232 B
Plaintext

Parameters = GetVKParameters();
Product = FunctionParameters["VK_MarketItemID"];
Selection = FunctionParameters["VK_MarketAlbumID"];
Result = OPI_VK.RemoveProductFromSelection(Product, Selection, Parameters);