--- title: AdminPrintAction description: >- `s-admin-print-action` is a component used by admin print action extensions to denote a URL to print. Admin print action extensions require the use of this component. api_version: 2025-10 api_name: admin-extensions source_url: html: >- https://shopify.dev/docs/api/admin-extensions/latest/polaris-web-components/other/adminprintaction md: >- https://shopify.dev/docs/api/admin-extensions/latest/polaris-web-components/other/adminprintaction.md --- # Admin​Print​Action `s-admin-print-action` is a component used by admin print action extensions to denote a URL to print. Admin print action extensions require the use of this component. ## Properties * src string Sets the src URL of the preview and the document to print. If not provided, the preview will show an empty state and the print button will be disabled. HTML, PDFs and images are supported. ### Examples * #### ##### jsx ```jsx import '@shopify/ui-extensions/preact'; import {render} from 'preact'; export default async () => { render( , document.body, ); } ``` ## Preview ![](https://shopify.dev/images/templated-apis-screenshots/admin/components/adminprintaction-example.png)