The pos.app.ready.data target runs for the entire POS session, letting your extension observe POS events and run background logic without rendering any UI surface. Use it for event observation, data storage, and calling non-visual background APIs. What you need to do Subscribe to Shopify POS events with shopify.addEventListener() : shopify.addEventListener(‘transactioncomplete’, (event) => { console.log(‘Transaction complete’, event); }); Supported events Supported events include: transactioncomplete cashtrackingsessionstart cashtrackingsessioncomplete For comprehensive details and best practi
POS Extensions now supports a background extension target
calendar_today
July 9, 2026
domain
shopify-admin