Hello! I am using the Platform API that 'Gets a list of Orders' and in the returned results i dont see how to tell if there are more records to read or not.
Example call : https://api.clover.com/v3/merchants/{mid}/orders?limit=5&expand=lineItems.
It returns the most recent 5 orders and but I do not see a 'has_more' field or anything that signifies we need to grab more data and then using starting_after does not seem to work
Any suggestions ?
Thanks!!!!