postsale reports
Order counts, shipment counts, revenue, top items, and cost by carrier.
Reporting and analytics. Subcommands accept natural-language --query filters.
Subcommands
| Command | Purpose |
|---|---|
order-count | Order counts |
shipment-count | Shipment counts |
revenue | Revenue |
top-items | Top SKUs |
cost-by-carrier | Cost breakdown by carrier |
bash
postsale reports order-count --query "last 30 days"
postsale reports cost-by-carrier --query "this month"
postsale reports shipment-count --query "Q1 2026"Schema slugs
reports.order-count, .natural variants, shipment-count, revenue, top-items, cost-by-carrier (+ naturals)
Agent tools
get_report (typed report selection in tool args)
On this page
Related