--- title: Print description: >- The Print API allows you to print the content from your embedded app on Shopify Mobile and Shopify POS devices. For more information, see the [Window `print()`](https://developer.mozilla.org/en-US/docs/Web/API/Window/print) documentation. api_name: app-bridge-library source_url: html: 'https://shopify.dev/docs/api/app-bridge-library/apis/print' md: 'https://shopify.dev/docs/api/app-bridge-library/apis/print.md' --- # Print The Print API allows you to print the content from your embedded app on Shopify Mobile and Shopify POS devices. For more information, see the [Window `print()`](https://developer.mozilla.org/en-US/docs/Web/API/Window/print) documentation. ### Examples * #### Print ##### Default ```js print(); ```