I’m developing an app using the Shopify Remix template. Currently, my @shopify/shopify-api package only supports API versions up to 2025-10.
I want to update my app to use the latest API version (2026-07). However, I’ve read that if I update the @shopify/shopify-app-remix package to the latest version (v4), I will also be forced to migrate my authentication flow to the new Token Exchange process. Migrating to Token Exchange would take a significant amount of time right now.
My questions are:
Is it true that updating to the latest Remix template packages requires moving to Token Exchange?
