Skip to main content

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.

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: modules/revenue · npm: @86d-app/revenue

Installation

86d module add revenue

Admin endpoints

MethodPathDescription
GET/admin/revenue/summaryHeadline metrics for a date range
GET/admin/revenue/by-channelRevenue split by sales channel
GET/admin/revenue/by-productTop products by revenue
GET/admin/revenue/transactionsPaginated transaction ledger
GET/admin/revenue/exportCSV export of any view