Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
5 tasks
Contributor
|
We detected some changes at Caution DO NOT create changesets for features which you do not wish to be included in the public changelog of the next CLI release. |
Contributor
There was a problem hiding this comment.
Pull request overview
Fixes the Store auth flow configuration by updating the OAuth app client id used by the CLI’s store authentication and token refresh logic.
Changes:
- Updated
STORE_AUTH_APP_CLIENT_IDto the correct API client id for Store auth flows.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f4f6a4c to
ffdf400
Compare
5 tasks
ffdf400 to
20d4186
Compare
ryancbahan
approved these changes
Apr 2, 2026
isaacroldan
approved these changes
Apr 2, 2026
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.

What
Update
shopify store authto use the correct API client ID.Also update store auth/session test fixtures to derive their client ID and session keys from the shared constant instead of hardcoding the old value.
Why
The store auth flow was pointed at the wrong app, which made PKCE auth behave incorrectly.
The tests also hardcoded the previous client ID, so once the constant changed they started asserting against the wrong session bucket.
Testing
To test manually:
shopify store auth --store <store> --scopes read_productsMeasuring impact
How do we know this change was effective? Please choose one:
Checklist