get_sales_report
Retrieve a sales summary for today, this week, or this month, including revenue, total orders, units sold, and low-stock alerts.
Instructions
Retrieve a summary report of revenue, total sales orders, units sold, and low-stock alerts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time range for the sales report (default: 'today'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Result data payload from Chirak API. | |
| success | No | Status of the tool execution. |