Dashboard
Last updated
Last updated
Retrieve the total counts for different dashboard categories for the vendor.
Bearer token for vendor authentication
Successfully retrieved dashboard counts.
Retrieve the list of orders for the vendor, with pagination support using limit and offset query parameters.
The maximum number of orders to return.
4
The starting point for pagination.
0
Bearer token for vendor authentication.
Successfully retrieved the complete order list.
Retrieve the list of payments for the vendor, with pagination support using limit and offset query parameters.
The maximum number of payments to return.
4
The starting point for pagination.
0
Bearer token for vendor authentication.
Successfully retrieved the complete payment list.
Retrieve the list of top-selling products for the vendor based on a specified duration.
The duration for which to retrieve top-selling products (e.g., 1 for past month).
Bearer token for vendor authentication.
Successfully retrieved the top-selling product list.
Retrieve the order count data for the vendor based on the specified duration.
The duration for which to retrieve the order count (e.g., 1 for past month).
Bearer token for vendor authentication.
Successfully retrieved the order graph data.