Skip to content

DashboardModule

Provides methods for retrieving dashboard statistics and overviews.

new DashboardModule(client): DashboardModule

ApiClient

DashboardModule

stats(): Promise<any>

Retrieves high-level dashboard statistics (e.g., total orders, revenue).

Promise<any>

A promise resolving to the dashboard statistics data.