My goal is to fetch sales data of items of a particular merchant using merchant ID. After going through some documentation and old questions from developers community at clover, I found that one has to use orders and payments rest APIs to determine sales of items as there is no API that directly gives sales data (as far as I know).
My question is that is there any better way to get Sales data of items of a particular merchant through Rest APIs other than using order and payments Rest APIs and then figuring out sales of items from them?