get_top_selling_products
Identify top-selling food items per branch and time period to guide menu optimization and promotional strategies.
Instructions
Get the top selling food menu items for a given time period and branch. Useful for menu optimization and promotions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch ID or 'all' | |
| period | No | Time period to analyze (default: month) | |
| per_page | No | Number of top products to return (default 10) |