When querying orders using the v3 list of orders API: https://www.clover.com/v3/merchants/{mid}/orders?limit=10, it only return 5 orders even though the limit is set to 10, meaning not all orders are being included in the response.
If I query a missing order like https://www.clover.com/v3/merchants/{mid}/orders/{orderId}, it successfully retrieves that particular order.
The order state is "open", so I don't know why the list orders API hides some of the orders?
Appreciate if someone could help.