---
title: pos.customer-details.block.render
description: Renders a custom section within customer details screen
api_version: 2025-10
api_name: pos-ui-extensions
source_url:
html: https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/customer-details/pos-customer-details-block-render
md: https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/customer-details/pos-customer-details-block-render.md
---
# pos.customer-details.block.renderTarget
Renders a custom section within customer details screen
### Examples
* #### Block
##### jsx
```jsx
import {render} from 'preact';
export default async () => {
render(, document.body);
};
const Extension = () => {
return (
shopify.action.presentModal()}
>
Open action
This is a block extension
Customer ID for this customer: {shopify.customer.id}
);
};
```
## Related
[](https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/action/pos-customer-details-action-menu-item-render)
[pos.customer-details.action.menu-item.render](https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/action/pos-customer-details-action-menu-item-render)
[](https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/action/pos-customer-details-action-render)
[pos.customer-details.action.render](https://shopify.dev/docs/api/pos-ui-extensions/latest/targets/action/pos-customer-details-action-render)