Using Different Shopify Admin version for same App (API KEY))

Hi @Asaf_Gitai and @Liam-Shopify,

In my current architecture, I have independent services handling various functionalities. I plan to upgrade the Product-related service to use the latest 2024-10 version of the Admin API, while the Order-related service will continue using the 2023-10 version.

Could you please confirm if there would be any issues with this approach, provided I am not using any deprecated fields in the respective API calls?

Looking forward to your insights.

Hi @Dikshant_Niraula,

I can’t speak for Shopify officially but we use the same API key for different admin API versions and haven’t had an issue with that. The only two things I’d note are:

  • Your webhooks have to all be from the same API version
  • Keep an eye on the partner dashboard to make sure you’re not making API calls that are about to be deprecated (it’s easier to miss when you juggle multiple API versions)

Hope this helps,

Daniel