How can I get a total no of orders?
Every order regardless of status? Call SearchOrders
without parameter, and count them, remembering to correctly go through the pages using the cursor as well. No endpoint will return the count for you, so you’ll need to count them.