Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/partner/sales/summary
{ "periods": [ { "period": "<string>", "orders_count": 123, "total_units_sold": 123, "gross_sales": 123, "total_commission": 123, "net_to_partner": 123, "payout_status": { "pending": 123, "included": 123, "paid": 123 } } ], "lifetime": { "total_orders": 123, "total_units_sold": 123, "gross_sales": 123, "total_commission": 123, "net_to_partner": 123, "pending_payout": 123 } }
Returns sales summary grouped by period (month) plus lifetime totals.
1 <= x <= 24
Sales summary
Show child attributes