
Updates on the Preferences and Merchant Orders APIs
In order to optimize the performance and efficiency of our queries, we have implemented a new restriction on the maximum search time for the "Search" endpoints of the Preferences and Merchant Orders APIs.
From now on, when querying all your created merchant orders or preferences, the maximum search period will be limited to 3 months, meaning that only information generated in the last 90 days will be returned. This will occur even if you use the query params ‘date_created_from’ and ‘date_created_to’ to set a longer time period.
If you need to access older data, you will need to use the GET search endpoints, which will allow you to retrieve information for a particular preference or merchant order using its ID. That is, it will be necessary to perform an individual search directly by the specific preference or merchant order ID, no longer through the general search API.
You can check these updates in our documentation: Search in Preferences and Search in Orders.