Developer changelog
Subscribe to the changelog to stay up to date on recent changes to Shopify’s APIs and other developer products, as well as preview upcoming features and beta releases.
Tags:
- App Bridge
- POS Extensions
shopify.app.extensions() in App Bridge now supports POS UI extensionsRead full post –>The
shopify.app.extensions()method now supports Point of Sale UI extensions, enabling consistent data handling and easier onboarding for in-store app experiences.Tags:
- Action Required
- POS Extensions
Ensuring POS UI extension stability by hardening callback handlingRead full post –>POS version 10.19.0 now displays an error page for unhandled callback errors. Developers must test callbacks to ensure all exceptions are properly handled and prevent merchant disruptions.
Tags:
- POS Extensions
- 2026-01
Localization support for POS UI extensionsRead full post –>Localize POS UI extensions with translation, currency, and pluralization support. Automatically resolve translations based on customer or shop locale for international merchants.
Tags:
- POS Extensions
- 2026-01
POS UI extensions can now use the device cameraRead full post –>POS version 10.19.0 introduces a Camera API for POS UI extensions, allowing access to the device camera for scanning IDs, capturing product photos, and attaching images in POS.
Tags:
- POS Extensions
Revamped POS UI extensions referenceRead full post –>The POS UI extensions reference is revamped with detailed guidance, new examples, clearer API relationships, and resolved feedback, enhancing integration ease for developers.
Tags:
- POS Extensions
POS UI extensions: Developer experience ImprovementsRead full post –>Major update to POS UI Extensions: Hot reloading improvements, quick previews, build error reporting, auto dev console, app persistence, and in-app reset enhance developer workflow and efficiency.
Tags:
- POS Extensions
Subscription Selling Plan support with POS UI ExtensionsRead full post –>POS UI Extensions 2025-10 introduces APIs for managing subscription selling plans in Shopify POS.
Tags:
- Action Required
- POS Extensions
POS UI Extensions 2025-07 updateRead full post –>POS UI Extensions update: Fixed component rendering, removed
, added properties to interfaces, deprecatedIconprops, and introduced Storage API for data storage.Tags:
- Action Required
- POS Extensions
POS UI Extensions - Cart API: Customer fields removed fromsubscribablehookRead full post –>In the POS UI Extensions Cart API, some Customer fields have been removed from the
subscribablehook. To get this data, developers can query the customer by.Tags:
- POS Extensions
- 2025-04
POS UI Extensions 2025-04 UpdateRead full post –>Renamed NewTextFieldProps to TextFieldProps. Added support for transaction complete, cash tracking, and receipt footer targets. Introduced POSReceiptBlock component for receipt footer.
Tags:
- Action Required
- POS Extensions
- 2025-04
End of Compatibility for Old POS UI Extensions VersionsRead full post –>Shopify API 2025.04 ends support for specific POS UI Extension versions. Update to the latest version to ensure functionality with POS 9.31 and beyond.
Tags:
- POS Extensions
POS UI Extensions: Modal updateRead full post –>In POS version 9.30, the POS UI Extensions modal will be enhanced to prevent accidental dismissals. You won't be able to dismiss the modal by swiping down or tapping outside of it. This update is...