--- title: Admin intents now support Settings - 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/admin-intents-now-support-settings' md: 'https://shopify.dev/changelog/admin-intents-now-support-settings.md' metadata: effectiveApiVersion: '' affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2026-03-04T15:31:33-05:00' postedAt: '2026-03-20T10:00:00-04:00' updatedAt: '2026-03-19T17:41:07-04:00' effectiveAt: '2026-03-13T12:00:00-04:00' --- March 20, 2026 Tags: * API # Admin intents now support Settings We're excited to announce that [admin intents](https://shopify.dev/docs/apps/build/admin/admin-intents) now support Settings. This new feature allows apps to direct merchants straight to specific **Settings** pages within the Shopify admin. ### What's new? Previously, directing merchants to a specific **Settings** page required deep links or manual navigation instructions. Now, with Settings support for admin intents, your app can open a Settings route with a single API call. This keeps merchants focused and eliminates unnecessary navigation steps. ### Supported intents The following Settings intents are now available: **General** * `edit:settings/StoreDetails` * `edit:settings/StoreDefaults` * `edit:settings/OrderIdFormat` * `edit:settings/OrderProcessing` **Locations** * `create:shopify/Location` * `edit:shopify/Location` * `edit:settings/LocationDefault` ### How it works When your app invokes a Settings intent, the Shopify admin opens the relevant **Settings** page within a page stack, which organizes pages in a layered manner. The Shopify admin automatically scrolls to the targeted card, ensuring merchants land precisely where they need to be. Sidekick uses Settings intents to streamline configuration tasks, providing merchants with a link that opens the correct **Settings** page upon clicking. ### Learn more To get started, refer to the [admin intents documentation](https://shopify.dev/docs/apps/build/admin/admin-intents) and the [Intents API reference](https://shopify.dev/docs/api/app-home/apis/intents). ### Holler at us Leave us feedback, comments, and questions in the [Shopify Developer Community](https://community.shopify.dev/c/extensions/5). We'd love to hear from you.