-
-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using shopify order list api it gives data but shopify api helath-check give unsupported warning #642
Comments
One or more of your apps have made deprecated API calls in the last 14 days. Support for this version will be removed on January 2, 2024. Please update the apps listed below to API version or later and make the required updates outlined in the breaking changes section of the 2023-04 release. |
I believe this is related to issue #632 |
Yes @Ryvix |
None of those properties are handled by |
If it helps, all I know is that it only lists those deprecated properties, among others, in the interfaces within the types/index.d.ts file anywhere in my project. I don't know ts but I can't think of any other reason why it's saying they are being used when I'm not actually using them anywhere and the only place they're mentioned is in shopify-api-node. |
Try using the |
I am using the same version suggested by shopify i.e. 2023-04 but this health check . |
You can reproduce any of this behavior in isolation by dropping the Because you have not specified a version this package will do a call like this: You'll notice that when the When you inspect the headers you'll see It's unclear to me why Shopify does this and subsequently complains that people are using deprecated properties but that does seem to be what is happening. Perhaps the part about
If the default is an unsupported version, is it still a usable default? I'd argue this isn't an optional parameter at this point. |
@sdrib it now returns |
The text was updated successfully, but these errors were encountered: