curl --request GET \
--url http://localhost:3000/v1/partner/dashboard{
"stats": {
"pending_requests": 123,
"active_products": 123,
"total_inventory": 123,
"month_sales": 123,
"month_revenue": 123,
"pending_payout": 123
}
}Returns dashboard statistics for the partner including pending requests, inventory, and sales.
curl --request GET \
--url http://localhost:3000/v1/partner/dashboard{
"stats": {
"pending_requests": 123,
"active_products": 123,
"total_inventory": 123,
"month_sales": 123,
"month_revenue": 123,
"pending_payout": 123
}
}Dashboard stats
Show child attributes