Reports
Queue an export of the orders sheet
Queue a request to export the orders sheet
get/shop/reports/orders-sheet/queue
Query parameters
site_idstring
Filter orders by the site they belong to
querystring
The query to filter orders on.
item_datestring date
Filter on orders with items on 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.