--- title: >- POS UI extensions can now run without network access - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: >- https://shopify.dev/changelog/pos-ui-extensions-can-now-run-without-network-access md: >- https://shopify.dev/changelog/pos-ui-extensions-can-now-run-without-network-access.md metadata: effectiveApiVersion: '' affectedApi: - displayName: POS Extensions handle: pos-extensions primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2026-03-12T06:45:45-04:00' postedAt: '2026-03-17T12:00:00-04:00' updatedAt: '2026-03-19T13:49:04-04:00' effectiveAt: '2026-03-16T12:00:00-04:00' --- March 17, 2026 Tags: * POS Extensions # POS UI extensions can now run without network access POS UI extensions can now continue running even when a merchant’s device loses network access. This feature ensures uninterrupted service during connectivity issues. It is especially beneficial for merchants in environments with unreliable internet, such as pop-up shops, outdoor markets, or large retail spaces. ### How to Enable To enable this feature, set `runs_offline = true` in the `[extensions.supported_features]` section of your extension configuration: ```toml [extensions.supported_features] runs_offline = true ``` Once enabled, your extension will continue to function even if the merchant’s device loses network access. For comprehensive details on configuring offline behavior and best practices, refer to our [developer documentation](https://shopify.dev/docs/api/pos-ui-extensions/latest#run-extensions-without-network-access). ### Requirements * POS version 11.0 or later * Shopify CLI v3.92 or later