My custom app posts a request to this URL:
https://(store).myshopify.com/admin/api/2024-04/graphql.json
It uses productCreate with options and variants. I have less than 100 variants, and less than 3 options. Will it still break tomorrow?
My custom app posts a request to this URL:
https://(store).myshopify.com/admin/api/2024-04/graphql.json
It uses productCreate with options and variants. I have less than 100 variants, and less than 3 options. Will it still break tomorrow?
Hi @br294
According to the API Versioning documentation:
Each stable version is supported for a minimum of 12 months. This means that there are at least nine months of overlap between two consecutive stable versions. When a new stable version is introduced and contains changes that affect your app, you have nine months to test and migrate your app to the new version before support for the previous version is removed.
When it comes to public apps, if you fail to upgrade to a supported version, your app risks being delisted from the app store.
What’s keeping you from upgrading to the next version so your app is up to date with a support version of the API?
Thanks for the response. This was a custom/private app installed on a client store. I wasn’t notified of the deprecations until recently and should have been on top of it.
I managed to use Grok to make the necessary changes as of an hour ago. All other LLMs seem terrible at anything Shopify related. I’m not sure how I built it years back before I knew what an LLM was.