Inventory Item More Actions Menu Params


Apps built by Wix pass parameters via dashboard slots for you to utilize in your plugin’s functionality. Learn how to interact with and retrieve parameters from the dashboard page.

Plugin Params
selectedIdArray<string>

When the item is the default product version, the value is ${productId}. When the item is a variant, the value is ${productId}_${variantId}.

Did this help?