85 wires and counting

$ follow Shopify

Keep up with Shopify in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-04
stories 16

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLI adds JWT auth for Stripe signups and fixes preview store recovery

By RepoJournal · Filed · About Shopify · Composed from the cited sources · methodology

Shopify CLI now lets agents authenticate into stores via JWT tokens, and fixes a critical bug where claimed preview stores throw unhelpful errors instead of guiding users to re-auth.

The CLI shipped a new authentication command [1] that accepts Stripe JWT tokens, letting agents complete store signups programmatically instead of navigating browser flows. This pairs with a critical fix [2] addressing a real friction point: when developers run `shopify store info` against a preview store that's been claimed through the browser, they hit a cryptic error instead of helpful guidance to use `shopify store auth`. The CLI had no way to detect that claim happened locally, so it kept reporting the store as a preview forever. Two new dedicated GraphiQL commands [3] landed alongside these auth improvements, letting developers open authenticated Admin API sessions directly from the CLI for both apps and stores. Behind the scenes, E2E cleanup got smarter [4] with centralized dev store teardown that runs before app cleanup, catching stores that flake during individual test teardowns.

Quick answers

What shipped in Shopify on July 4, 2026?
Shopify CLI now lets agents authenticate into stores via JWT tokens, and fixes a critical bug where claimed preview stores throw unhelpful errors instead of guiding users to re-auth. In total, 10 commits and 6 pull requests landed.
Who contributed to Shopify on July 4, 2026?
4 developers shipped this update, including dengjeffrey, amcaplan, gonzaloriestra, and alfonso-noriega.
What were the notable Shopify updates?
Add authentication command for stripe that accepts a JWT, Recover on `store info` after a preview store has been claimed, and Add dedicated app and store GraphiQL commands.