Skip to main content

Export Drop-ship Order Money

GET 

/api/reports/dropship-order-money/export

Download the Drop-ship Order Money report as an Excel or CSV file.

Required scope: reports:read

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Exports every row matching the current filters, not just the page you are looking at, so the file always agrees with the table it was triggered from. Pass the same filter[...] and filter_groups parameters you used on the list endpoint.

Column selection mirrors the columns visible in the table — pass them in columns to control which fields appear and in what order.

Money columns are written as fixed 2-decimal numbers, so a settled balance exports as 0 rather than an empty cell, and customer_settled exports as the words shown in the table (Paid in full / Balance due).

Returns a file download, not JSON: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet for xlsx, text/csv for csv.

Request

Responses

OK

Response Headers
    Content-Type
    Content-Disposition