--- title: pos.draft-order-details.action.menu-item.render description: A static extension target that renders as a menu item on the draft order details screen api_version: 2025-10 api_name: pos-ui-extensions source_url: html: https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/draft-order-details/pos-draft-order-details-action-menu-item-render md: https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/draft-order-details/pos-draft-order-details-action-menu-item-render.md --- # pos.​draft-order-details.​action.​menu-item.​renderTarget A static extension target that renders as a menu item on the draft order details screen ### Examples * #### Menu item ##### jsx ```jsx import {render} from 'preact'; export default async () => { render(, document.body); }; const Extension = () => { return ( shopify.action.presentModal()} /> ); }; ``` ## Related [![](https://shopify.dev/images/icons/32/pickaxe-1.png)![](https://shopify.dev/images/icons/32/pickaxe-1-dark.png)](https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/draft-order-details/pos-draft-order-details-action-render) [pos.draft-order-details.action.render](https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/draft-order-details/pos-draft-order-details-action-render) [![](https://shopify.dev/images/icons/32/pickaxe-1.png)![](https://shopify.dev/images/icons/32/pickaxe-1-dark.png)](https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/block/pos-draft-order-details-block-render) [pos.draft-order-details.block.render](https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/block/pos-draft-order-details-block-render)