get_profit_report
Generate a profit report by product, detailing sales, costs, returns, profit, and margin to analyze financial performance.
Instructions
Get profit report by product. Shows sales, costs, returns, profit, margin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results | |
| offset | No | Offset for pagination | |
| moment_to | No | End date, ISO 8601 (e.g. 2024-12-31) | |
| moment_from | No | Start date, ISO 8601 (e.g. 2024-01-01) |