Features
- Dashboard Metrics: Real-time overview of today’s performance
- Sales Reports: Detailed sales analysis with daily breakdowns
- Payment Method Analysis: Revenue distribution by payment type
- Top Items Report: Best-selling menu items by quantity and revenue
- Date Range Filtering: Flexible date-based reporting
Authentication
Requires authentication and thereports:read permission.
Base URL
Dashboard Statistics
Get real-time metrics for today’s performance.Endpoint
Response
Request success status
Number of orders today
Revenue today in cents
Average order value in cents
Orders currently in progress (pending, confirmed, preparing, ready)
Number of occupied tables
Total tables in branch
Example Request
Example Response
Sales Report
Get detailed sales analysis with daily breakdown and payment method distribution.Endpoint
Query Parameters
Start date in ISO 8601 format (YYYY-MM-DD)
End date in ISO 8601 format (YYYY-MM-DD)
Response
Request success status
Total completed orders in period
Total revenue in cents
Total tax collected in cents
Total discounts given in cents
Example Request
Example Response
Top Selling Items
Get the best-selling menu items ranked by quantity or revenue.Endpoint
Query Parameters
Start date in ISO 8601 format (YYYY-MM-DD)
End date in ISO 8601 format (YYYY-MM-DD)
Number of items to return (1-50)
Response
Request success status
Example Request
Example Response
Use Cases
Daily Operations Dashboard
Use/reports/dashboard to display real-time metrics on your POS dashboard showing today’s performance.
Weekly Sales Review
Use/reports/sales with a 7-day range to analyze weekly trends and payment method preferences.
Menu Optimization
Use/reports/top-items to identify best-sellers and underperforming items for menu planning.
Monthly Reporting
Generate month-over-month comparisons by calling/reports/sales with different date ranges.