A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I'm trying to build an API to get the daily sales like this report (admin/reports/sales_over_time?since=2022-02-21&until=2022-02-21), but I didn't find a direct way to call this report through the API.
the only way I found is to call this API
This call worked for me. Are you sure you aren't looking for partially_refunded
/admin/api/2022-01/orders.json?status=any&created_at_min=2022-02-21T00:00:00-05:00&created_at_max=2022-02-22T00:00:00-05:00&financial_status=refunded&limit=250