Changelog
Home
Home
API Reference
Tutorials
Changelog
Deprecations
Home
Home
API Reference
Tutorials
Changelog
Deprecations
No results found.
New 2.0 Webhooks API
Consignments 2.0 API Updated
Introducing the new 3.0 Beta API - October 2020
Three New Step-by-Step Tutorials - October 2020
Product and Brands API - September 2020
Customer Groups - May 2020
Fulfillments API - April 2020
Registers and Returns - April 2020
Introduction and Quick Start tutorial - April 2020
Retailers API - March 2020
Price Books - March 2020
0.9 Products API - March 2020
Purchase Order States - February 2020
Auditlog and Security Events - February 2020
Sales Fulfilment Statuses - February 2020
Search Page Size - February 2020
Store Credit - October 2019
Gift Cards - September 2019
TLS 1.0 Deprecation - September 2019
Promotions API - August 2019
API 1.0 sunsetting begins
Upcoming webhook changes
Search endpoint and beta release of the Java SDK
Security update - March 2017
Powered by Stoplight

Page Size for Search API

We have reduced the maximum page size for the /search endpoint, from 10000 down to 1000. When you request a page size greater than 1000, the API will simply return the first 1000 records (it won’t reject the request).

Please make sure that you are not depending on the page size parameter, in order to decide whether to fetch more results.

Your pagination code ought to keep fetching pages until the endpoint returns an empty collection. This is already the recommended approach, as defined in our documentation for pagination