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.
reports:readGrant 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
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.