What is the required action for this API update?

Hello.

Relatively new Shopify Developer here, so apologies if I’m missing something obvious. I’m looking at the deprecated API calls section on our dashboard and I’m seeing the image below. What I’m struggling with is in understanding exactly what is being required. Is it simply a required update to 2024-07 or later? Or is it an update plus knock-on effects regarding the fields it mentions? I’ve scoured our code for dependencies on these fields of which there are none. If it’s neither of those points, then what exactly is still being “last detected” at 11:44PM on February 25th? (Which is long after I made the changes and looked for dependencies.)

Can someone translate this requirement for me a bit? I want to be in compliance, but can’t tell exactly what I need to fix to get the alert to stop firing.

Thanks, and apologies in advance if I’m being dense.

If you are not using these fields anywhere in the code, then all you need to do is update the webhook version to the latest version. That’s what I did for my app, and it worked.

“Last detected” is basically a webhook that was called with that webhook version. Simply update the webhook version for your app.

1 Like

Same issue here, needed to update the app configuration on the Shopify partner page, under Configuration > Event version.