> 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/edit-order-page/introduction.md ## Article Content: # Edit Order Page The eCommerce Edit Order page has 1 dashboard 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 \> Order \> More Actions \> Edit Order ### Slot: Order Summary This dashboard plugin slot is located on the right side of the page, in the Order summary card. ![](https://wixmp-833713b177cebf373f611808.wixmp.com/images/introduction-md__home_runner_work_sdk-manual-docs_sdk-manual-docs_public-sdk_ecom_extensions_dashboardplugins_editorder_assets_ecom-edit-or-draft-order_2_dmp.png) #### Multiple plugins in the same slot This 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 | | :---- | :---- | :---- | :---- | | Order summary | Dashboard plugin slot | `057f1726-f0b3-40ef-8903-1bd104e18369` | [OrderSummaryParams](https://dev.wix.com/docs/sdk/backend-modules/ecom/extensions/dashboard-plugins/edit-order-page/order-summary-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)