Custom app versioning
Like public apps, apps that are created in the Shopify admin also might require occasional updates to make sure that they stay up-to-date with our supported API versions.
How do I know if my custom apps are affected?
Anchor link to section titled "How do I know if my custom apps are affected?"If your custom apps are currently making deprecated calls, you will receive notifications in a few different ways.
On your admin’s Apps page, you’ll find a banner warning you that your custom apps may stop working. To view which apps are at risk, click the View custom apps link.
In your admin's Develop apps page, you'll find a banner that lists your custom apps that are currently making deprecated calls and the deadline for migrating these requests.
When an API is deprecated, Shopify emails the app developer of affected apps. These emails include a detailed breakdown of breaking changes that affect your app, and links to resources to help with your migration.
Deprecated API calls endpoint
Anchor link to section titled "Deprecated API calls endpoint"App developers can use their app credentials to retrieve a detailed list of recent deprecated requests. In this list, you’ll get a detailed breakdown of each recent deprecated request, and the breaking change that directly affects that request.
Refer to the Deprecated API calls reference documentation for more details.