Our Order Printer app uses POS links to print order documents from the POS screen. Since Shopify is phasing out POS links, how can we handle printing with POS extensions? (We already have the print action working in Admin UI extensions).
We need these functionality:
- Fetch data from our server (Possible)
- Show the preview in a modal, popup, etc (Possible, not 100% sure)
- Call
window.print
all the other elements on the screen should be hidden using@media print