The revenue module aggregates payments, refunds, and payouts across the store’s history into a single reporting layer. It exposes per-period metrics (gross, net, refunded, payable), per-channel breakdowns, and a queryable transaction ledger that the admin renders as charts and tables. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/revenue · npm: @86d-app/revenue
Installation
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/revenue/summary | Headline metrics for a date range |
GET | /admin/revenue/by-channel | Revenue split by sales channel |
GET | /admin/revenue/by-product | Top products by revenue |
GET | /admin/revenue/transactions | Paginated transaction ledger |
GET | /admin/revenue/export | CSV export of any view |

