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