Get Transactions Totals
get_transactions_totalsRetrieve total order amounts, returns, commissions, delivery costs, and final balance for a specified period. Faster than listing individual transactions for summary data.
Instructions
Get summary totals for transactions in a period: total orders amount, returns amount, commissions, delivery costs, and final balance. Faster than list_transactions when you only need the bottom line. Dates must be ISO 8601, e.g. "2024-01-01T00:00:00.000Z".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | Yes | End date-time in ISO 8601 UTC, e.g. "2024-01-31T23:59:59.000Z" | |
| date_from | Yes | Start date-time in ISO 8601 UTC, e.g. "2024-01-01T00:00:00.000Z" | |
| posting_number | No | Filter by specific posting number | |
| transaction_type | No | Transaction category. Default: all |