You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello and thank you for a great bundle which has worked great for us so far 👍
We've just received this notice from Shopify from our app that uses the Order endpoint with your bundle:
Developer content
One or more of your private apps have made deprecated API calls in the last 30 days. Support for these versions will be removed on April 1, 2020. Please update your apps listed below to API version 2019-07 or later to ensure they continue to function correctly.
The page filter has been removed from multiple endpoints. Use cursor-based pagination instead.
It seems from inspecting the code that OrderEndpoint::findAll(array $query) uses the page approach to retrieving orders.
Is there any plan to update this bundle to support cursor based pagination as required by Shopify?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello and thank you for a great bundle which has worked great for us so far 👍
We've just received this notice from Shopify from our app that uses the Order endpoint with your bundle:
It seems from inspecting the code that
OrderEndpoint::findAll(array $query)
uses the page approach to retrieving orders.Is there any plan to update this bundle to support cursor based pagination as required by Shopify?
Thanks!
The text was updated successfully, but these errors were encountered: