count_orders
Count total orders with optional filters for status, financial status, or date range. Get the exact number of orders matching your criteria.
Instructions
Count total orders, optionally filtered by status, financial_status, or date range. Returns { count: N }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter count by order status. | |
| created_on_max | No | Filter by created date max (ISO 8601). | |
| created_on_min | No | Filter by created date min (ISO 8601). | |
| financial_status | No | Filter count by financial status. |