Get Finance Report
get_finance_reportRetrieve a cash flow statement for a date range showing total orders, returns, commission, delivery costs, and net payout. Provides a financial overview for any period.
Instructions
Get a cash flow statement for a period: total orders amount, returns, commission, delivery costs, and net payout. Great for quick financial overview: "how much did I earn this month". Dates in format "YYYY-MM-DD".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_to | Yes | End date, e.g. "2024-01-31" | |
| date_from | Yes | Start date, e.g. "2024-01-01" | |
| with_details | No | Include detailed breakdown. Default: false |