- Liquid and Storefront GraphQL APIs now limit pagination to 25,000 items, returning an error (GraphQL) or the last page (Liquid) and capping counts at 25,001;
- Liquid page size increased from 50 to 250 to match the GraphQL limit and documentation has been updated;
- Update your code to add filters or handle the 25,001 count sentinel when dealing with large result sets.