> 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/ecom/extensions/dashboard-plugins/orders-list-page/introduction.md ## Article Content: # Orders List Page The eCommerce Orders List page has 1 dashboard menu plugin slot. Learn more about [dashboard plugins and slots](https://dev.wix.com/docs/sdk/backend-modules/ecom/extensions/dashboard-plugins/introduction.md). ## Page location in dashboard Sales \> Orders ### Slot: Order items bulk 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_ecom_extensions_dashboardplugins_orders_assets_ecom-orders-bulk-actions-more-actions.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 of the slot. ### Slots list | Slot name | Slot type | ID | Interface | | :---- | :---- | :---- | :---- | | Online Orders page | Dashboard menu plugin slot | `3172f3e2-236f-41db-84ca-a744e5edfcd9` | [OrderItemsBulkMoreActionsMenuParams](https://dev.wix.com/docs/sdk/backend-modules/ecom/extensions/dashboard-plugins/orders-list-page/order-items-bulk-more-actions-menu-params.md) | ## Related APIs You can implement logic in your plugin using the Wix eCommerce APIs: * [SDK](https://dev.wix.com/docs/sdk/backend-modules/ecom/introduction.md) * [REST](https://dev.wix.com/docs/rest/business-solutions/e-commerce/introduction.md)