Version Updated Webhook issue

Hi All - I’m not sure what’s needed here. I received a notification to update my mandatory GDPR webhooks by 12/13/25. I’m adding in the SCOPES of my privacy settings but I get the below error when trying to release.

Does anyone know what I need to update? I feel like I’m selecting the correct API version…

FYI - I’m new to developing with Shopify, so this is likely over my head in understanding :frowning:

Hi @Burian

Shopify API releases new versions every quarter, we recommend that you use the latest version: 2025-10

In your app’s code, check the dependency module versions specified in the package.json file. Identify all Shopify-related modules, then upgrade them to their latest available versions. update the version of api in the config of your code.
Dont forget to test

buy the way , in your shopify.app.toml, also need to update the version, and then redeploy

Thank you, everyone! Found the rogue reference to the old version in one of my shopify.extension.toml files. I believe we are good now!