-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
deprecated API and custom app warning #632
Comments
Your private app in the Shopify store has an old API version that will no longer be supported in October, you must go to your store and change the version of your custom app to newer API versions. |
@AlexandreSantos76 Thanks for replying, |
@GhaithxSW yes select latest in Event version |
@AlexandreSantos76 Got it, I think I have to wait about 14 days to see the effects and the warning should disappear right? |
I still get the deprecated API warning after upgrading the version..
|
Hello, I believe Shopify-api-node has to be updated to accommodate these changes. I don't think the Event version the app uses is the issue. I got an email on the 31st that says: 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 2023-04 or later to ensure they continue to function correctly. The delivery_category field has been removed from the ShippingLine REST Admin API View change The gateway, payment_details, and processing_method fields on the Order resource have been removed. The Thank you! |
Hi, first thanks for the great work on that library, awesome! Is there any update on this specific issue? We just received a similar message, that the fields gateway, payment_details and processing_method have been removed in the Resource Order (orders/transaction.json) and the Field delivery_category from the ShippingLine. Support for this version will be dropped by April 1, 2024 as of Shopify. |
I have Shopify custom app warning for a while saying the app may stop working due to using deprecated API versions:
I checked the deprecated API list by calling
deprecatedApiCall.list()
and the response:I noticed that they're exist in
shopify-api-node\types\index.d.ts
How can I fix this? should I do something or it should be updated by you?
Appreciate your work and time,
Best regards.
The text was updated successfully, but these errors were encountered: