Reports
Queue an export of the order revenues report
This endpoint queues an export of the order revenues report to be generated asynchronously.
get/shop/reports/order-revenues/queue
Query parameters
site_idstring uuid required
Restrict the report to orders belonging to the given site.
revenue_date_fromstring date required
Filter to orders with revenues on or after this date.
revenue_date_tostring date required
Filter to orders with revenues on or before this date.
Response
The job was successfully queued
Example response
{
"data": {
"created_at": "2023-11-07T00:00:00+00:00",
"updated_at": "2023-11-07T01:00:00+00:00"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.