Add Settings intents to Admin intents API docs#3955
Open
adambarrus wants to merge 2 commits into2026-04-rcfrom
Open
Add Settings intents to Admin intents API docs#3955adambarrus wants to merge 2 commits into2026-04-rcfrom
adambarrus wants to merge 2 commits into2026-04-rcfrom
Conversation
nneubarth
reviewed
Feb 24, 2026
...xtensions/docs/surfaces/admin/generated/admin_extensions/2026-01/generated_static_pages.json
Outdated
Show resolved
Hide resolved
nneubarth
reviewed
Feb 24, 2026
packages/ui-extensions/docs/surfaces/admin/generated/admin_extensions/2026-01/targets.json
Outdated
Show resolved
Hide resolved
nneubarth
reviewed
Feb 24, 2026
packages/ui-extensions/docs/surfaces/admin/generated/app_home/generated_docs_data.json
Outdated
Show resolved
Hide resolved
nneubarth
reviewed
Feb 24, 2026
Contributor
nneubarth
left a comment
There was a problem hiding this comment.
Looking at the initial intent docs, I think these changes should be pretty minimal b90f42b
- update to examples
- update to intents.doc.ts
- update to intent.ts (I think we need to update the type definition here)
- a changeset file (autogenerated) b90f42b#diff-e3ac63cf3fd65fb7705d35593bad6f8dcc873b88343233619480f4ef0194deccR65
nneubarth
reviewed
Feb 24, 2026
Contributor
There was a problem hiding this comment.
Do you know where these jsx examples are actually displayed in the docs? I can't seem to find them, and I don't remember seeing them before. They aren't in the initial intents doc update PR.
Author
Author
There was a problem hiding this comment.
I made an update that includes two tabs in the example now: one for js and one for jsx. Please take a look and lmk what you think!
e133f81 to
001c73f
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
adambarrus
commented
Feb 25, 2026
| !components.d.ts | ||
| packages/**/*.js | ||
| !packages/**/__mocks__/**/*.js | ||
| !packages/**/intents/examples/*.js |
Author
There was a problem hiding this comment.
See https://shopify.slack.com/archives/C0ADWJX4ZKP/p1771979332811609?thread_ts=1771974954.610389&cid=C0ADWJX4ZKP for discussion on this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
settings/StoreDetails,settings/StoreDefaults,settings/OrderIdFormat, andsettings/OrderProcessinggenerated_docs_data.jsonto reflect the changesDetails
Updates the Admin intents documentation to include new
editactions for store settings. Each Settings intent gets its own example file showing the invoke + complete pattern. The supported resources table in the invoke API description is updated with a new "Settings" section.Related: https://github.com/Shopify/extensibility/pull/1020
Resolves: https://github.com/shop/issues-admin-extensibility/issues/2259
Test plan
🤖 Generated with Claude Code