--- title: More 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/more-admin-intents-now-support-settings' md: 'https://shopify.dev/changelog/more-admin-intents-now-support-settings.md' metadata: effectiveApiVersion: '' affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2026-04-29T19:19:42-04:00' postedAt: '2026-05-06T08:30:00-04:00' updatedAt: '2026-05-05T17:25:16-04:00' effectiveAt: '2026-05-08T12:00:00-04:00' --- May 6, 2026 Tags: * API # More admin intents now support Settings Seven new Settings intents let apps open editors for notifications, payment capture, gift cards, delivery profiles, and business details. This builds on the [initial Settings intents release](https://shopify.dev/changelog/admin-intents-now-support-settings) from March. With a single API call, your app opens the relevant Settings section as a contextual overlay and scrolls the merchant directly to the field they need to edit. ## New intents ### Notifications * `edit:settings/NotificationsSenderEmail` * `edit:settings/NotificationsStaff` ### Payments and gift cards * `edit:settings/PaymentCaptureMethod` * `edit:settings/GiftCardExpiration` ### Delivery * `create:shopify/DeliveryProfile` * `edit:shopify/DeliveryProfile` ### Business * `edit:settings/BusinessDetails` Each intent opens the relevant Settings page in a page stack and scrolls the merchant directly to the targeted card, following the pattern established in the initial release. ## Resources * Read up on [admin intents](https://shopify.dev/docs/apps/build/admin/admin-intents) * Learn more about [supported Shopify resources](https://shopify.dev/docs/apps/build/admin/admin-intents#supported-resources) * Leave us feedback in the [Shopify Developer Community](https://community.shopify.dev/)