rpi3
March 24, 2021, 6:22pm
1
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?
4 Likes
rpi3
April 16, 2021, 4:51pm
2
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.
4 Likes
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?
1 Like
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?