> 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/products-page/introduction.md ## Article Content: # Products Page The Stores Products 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 \> Stores \> Products ### Slot 1: Products banner This dashboard plugin slot is located at the top of the page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_stores_extensions_dashboardplugins_products_assets_stores-dashboard-plugin.png) #### Multiple plugins in the same slot This plugin slot can host multiple plugins. The plugins are displayed next to each other and ordered by date created, with the most recently created plugin displayed farthest right. ### Slot 2: Products main more actions menu This dashboard menu plugin slot is located in the more actions menu at the top of the page. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_stores_extensions_dashboardplugins_products_assets_stores-dashboard-menu-plugin-1.png) #### Multiple plugins in the same slot This menu plugin slot can host multiple plugins. The plugins are displayed displayed vertically and ordered by date created, with the most recently created plugin displayed at the top. ### Slot 3: Product item more actions menu This dashboard menu plugin slot is located in each product's 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_products_assets_stores-dashboard-menu-plugin-2.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. ### Slot 4: Product items more actions menu This dashboard menu plugin slot is located in the **More Actions** menu of the bulk actions toolbar. The bulk action toolbar appears when at least 1 product is selected. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_stores_extensions_dashboardplugins_products_assets_stores-dashboard-menu-plugin-3.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 | | :---- | :---- | :---- | :---- | | Products banner | Dashboard plugin slot | `3ca518a6-8ae7-45aa-8cb9-afb3da945081` | [ProductBannerParams](https://dev.wix.com/docs/sdk/backend-modules/stores/extensions/dashboard-plugins/products-page/products-banner-params.md) | | Products main more actions menu | Dashboard menu plugin slot | `c87531bd-12df-42f6-bd78-c929ece48be4` | [ProductsMainMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/stores/extensions/dashboard-plugins/products-page/products-main-more-actions-menu-params.md) | | Product item more actions menu | Dashboard menu plugin slot | `5c6c70b7-5041-404d-81b6-1f7ce19acf0f` | [ProductItemMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/stores/extensions/dashboard-plugins/products-page/product-item-more-actions-menu-params.md) | | Product items bulk more actions menu | Dashboard menu plugin slot | `23986555-0ea3-49b4-bcaa-56cfe1ad35bf` | [ProductItemsBulkMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/stores/extensions/dashboard-plugins/products-page/product-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)