I am currently using API version 2023-10, I want to update to the latest version.
I am using Shopify Remix Template. How can I update the API version?
Topic summary
Topic: Migrating a Shopify app (built with the Shopify Remix Template) from API version 2023-10 to the latest.
Key update: The API version is controlled in the app’s configuration.
Where to change: Edit the file shopify.server.js located in the apps folder. Look for the apiVersion key.
Action: Replace the current apiVersion value (e.g., “2023-10”) with the desired newer version string.
Context: apiVersion specifies which Shopify Admin API release your app uses, ensuring compatibility with endpoints and features.
Outcome: Clear guidance provided; no disagreements or additional steps discussed.
Status: Resolved with a direct configuration change; no further questions noted. No images or code snippets are central to this thread.
You can change it from the shopify.server.js file in the apps folder. There is a key called apiVersion.