Retrieve a report of orders by date range and status.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Start date of the date range to report on
"2025-01-01"
End date of the date range to report on
"2025-01-31"
Optional parameter to specify which fields to return in the report (status, count, products). Separate multiple fields with commas.
"status,count"
Successful response with order report
The response is of type object
.