2021-01 Deprecated Already?

rpi3
Tourist
4 0 11

I am currently working a custom app for a client and have started receiving this message in my server's console:

API Deprecation Notice: { message:
'https://help.shopify.com/api/getting-started/api-deprecations',
path:
'https://{storename}.myshopify.com/admin/api/2021-01/graphql.json' }

Am I using an incorrect route? Or what other explanation might there be here? Why would the most recent stable release be deprecated?

Replies 3 (3)

rpi3
Tourist
4 0 11

Just an update, it's now April and I've migrated to the new API version... so now I get:

API Deprecation Notice: { message:
   'https://help.shopify.com/api/getting-started/api-deprecations',
  path:
   'https://{storename}.myshopify.com/admin/api/2021-04/graphql.json' }

 
I still haven't come across a solution or explanation.

Sudhanva
Tourist
4 0 1

Hey. I am getting the same message on the server console when starting up my app. I started off with the Shopify Node boilerplate app. Any luck with finding out why this is happening?

 

hobbydevs
Shopify Partner
4 0 1

I have the same problem but I am currently on 2021-10 and it is the latest API release.
What is this message telling us?