> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/sdk/business-solutions/stores/extensions/dashboard-plugins/inventory-page/introduction.md ## Article Content: # Inventory Page The Stores Inventory page has 4 plugin slots: 1 dashboard, and 3 dashboard menu. Learn more about [dashboard plugins and slots](https://dev.wix.com/docs/sdk/backend-modules/stores/extensions/dashboard-plugins/introduction.md). ## Page location in dashboard Catalog \> Store Products \> Inventory ### Slot 1: Inventory banner This dashboard plugin slot is positioned above the inventory list. ![Inventory page slot](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_stores_extensions_dashboardplugins_inventory_assets_wix-stores-inventory-dashboard-plugin-1.png) #### Multiple plugins in the same slot This plugin slot can host multiple plugins. The plugins are displayed horizontally by creation date, with the newest plugin displayed farthest left. ### Slot 2: Inventory item more actions menu This dashboard menu plugin slot is located in each inventory item's more actions menu. ![Inventory item menu action](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_stores_extensions_dashboardplugins_inventory_assets_wix-stores-inventory-dashboard-plugin-2b.png) #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the bottom. ### Slot 3: Inventory main more actions menu This dashboard menu plugin slot is located in the global more actions menu at the top of the page. It can contain action items that perform actions on the entire page, all products, all variants, or any combination of items. ![Global More actions menu](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_stores_extensions_dashboardplugins_inventory_assets_wix-stores-inventory-dashboard-plugin-3.png) > **Note:** The global more actions menu is only visible when at least 1 plugin is added to its built-in slot. #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the top. ### Slot 4: Inventory items bulk more actions menu This dashboard menu plugin slot is located in the more actions menu of the bulk actions toolbar. It can contain items that perform bulk actions on all selected items. > **Note:** The bulk action toolbar appears when at least 1 product is selected. Its more actions menu appears when at least 1 plugin is added to its built-in slot. ![Bulk more actions menu](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_stores_extensions_dashboardplugins_inventory_assets_wix-stores-inventory-dashboard-plugin-4.png) #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed vertically and ordered by date created, with the most recently created plugin displayed at the top. ### Slots list | Slot name | Slot type | ID | Interface | | :---- | :---- | :---- | :---- | | Inventory banner | Dashboard plugin slot |`c9b19070-3e25-4f3d-9d27-4e0f74164835` | [InventoryBannerParams](https://dev.wix.com/docs/sdk/backend-modules/stores/extensions/dashboard-plugins/inventory-page/inventory-banner-params.md) | | Inventory item more actions menu | Dashboard menu plugin slot | `1b9742f8-2b93-4e66-85f2-47289bf548bb` | [InventoryItemMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/stores/extensions/dashboard-plugins/inventory-page/inventory-item-more-actions-menu-params.md) | | Inventory main more actions menu | Dashboard menu plugin slot | `b9e4104f-9beb-4258-8bdb-6a34d6bf7fd0` | [InventoryMainMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/stores/extensions/dashboard-plugins/inventory-page/inventory-main-more-actions-menu-params.md)| | Inventory items bulk more actions menu | Dashboard menu plugin slot | `b9f2ad03-7407-48d9-9e89-fe2f2df63e8a` | [InventoryItemsBulkMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/stores/extensions/dashboard-plugins/inventory-page/inventory-items-bulk-more-actions-menu-params.md)| ## Related APIs You can implement logic in your plugin using the Wix Stores APIs: - [SDK](https://dev.wix.com/docs/sdk/backend-modules/stores/products/introduction.md) - [REST](https://dev.wix.com/docs/rest/business-solutions/stores/about-wix-stores.md)