Shopify asks to update API version to 2022-10 or later while the version I use is already 2023-04

So, I’m using order/create and order/update API’s for which I get a notification in the Partner Dashboard that I need to update the API version to 2022-10 or later until Jul 1, because access to protected customer data will be required after that time, etc.. The problem is, I updated the API version to 2023-04 (which is obviously newer than 2022-10) in April. But still, the notifications still appear and last detection date is shown to be in Jun (this month).

What am I doing wrong ?

@Shopify_77

I’m having a similar issue. Were you able to solve the problem?

Yes. Turns out the API version for the webhooks is selected in App Setup page in partner dashboard.

If I change this configuration customers should update their installed apps?

Hi Seymurcrisp. I have the same question. I see that 2022-07 is unsupported. Now our API version is 2023-04, and access to protected customer data is approved but the notifications still appear. What we will have to do?

Thanks.

Maybe you’re not adding the API version to your request URL. These requests default to the 2022-04 version and trigger the unsupported API warning. It could also be that your API client library is making requests without the version in the background. Which client library are you using?

The notification won’t go away. You can check the last detection date of the issues in API Health page and if they don’t change anymore, then you’re good.

2 Likes

If access scopes stays the same, no there’s no need for them to update the app.