Reporting
country_breakdown
Sales by country for a given period.
Arguments
date_range
Template
If more than one brand is reachable, call `list_brands` first and pass `brand` on every call.
Break down sales by country for {date_range}. Use `query` against the `country_daily_sales` table (columns: country, date, orders, revenue, refunded_revenue), grouping by country. `revenue` is state-based order total, already net of in-window refunds; use it as the net figure. It does NOT subtract cross-period refunds (refunds landing in-window for orders created before the window), which are not attributed by country, so country revenue can slightly overstate and need not reconcile exactly to the net store total from get_performance. Report top 10 countries by revenue plus MoM deltas for each. Claude Code
Available in the @kreel/skills plugin as:
/kreel:country-breakdown <date_range>