I'm trying to return only the first order that was made for a particular merchant. I tried:
https://www.eu.clover.com/v3/merchant...
But then realised the sorting is performed on the returned collection, not the whole set of orders that I'm querying.
Is there any way I can request only the first order using the API?