Dashboard
Last updated
Last updated
Gets the sales count list for a specific year and month.
Year for which sales graph data is requested
Month for which sales graph data is requested
Bearer token for authentication.
Sales graph data retrieved successfully
Fetches vendor details based on the provided keyword.
Optional keyword to filter the vendor list
Bearer token for authentication.
Successfully retrieved vendor list
Fetches the total count of vendors and products for the admin dashboard.
Bearer token for authentication.
Successfully retrieved the total vendor and product count
Fetches the list of the top 5 customers who have made repeated purchases.
Bearer token for authentication.
Successfully retrieved the top 5 repeatedly purchased customers
Fetches a list of recently sold products.
Bearer token for authentication.
Successfully retrieved recently selling products
Fetches settings based on the given query parameter.
If set to 1, returns default website settings
Bearer token for authentication.
Successfully retrieved settings
Fetches the average order value based on provided filters.
Number of records to return.
Offset for pagination.
Whether to count records (0 or 1).
Duration in months to calculate the average order value.
Bearer token for authentication.
Successfully got the average order value
Fetches the top-performing products based on provided filters.
Number of records to return.
Offset for pagination.
Whether to count records (0 or 1).
Duration in months to calculate performance.
Bearer token for authentication.
Successfully got the top performing product list
Retrieves the total revenue amount for a given duration.
Duration in months to calculate total revenue.
Bearer token for authentication.
Successfully got the total revenue amount
Retrieves the count of orders and vendors based on the specified duration.
Duration in months to retrieve order count.
Bearer token for authentication.
Successfully got dashboard orders and vendors count based on orders
Retrieves the total number of customers for the specified duration.
Duration in months to retrieve customers count.
Bearer token for authentication.
Successfully got dashboard customers count
Retrieves the average conversion ratio for the specified duration.
Duration in months to retrieve the average conversion ratio.
Bearer token for authentication.
Successfully got average conversion ratio
Retrieves the list of buyer visits based on the specified month and year.
Month for the buyer visit list.
Year for the buyer visit list.
Bearer token for authentication.
Successfully got the buyer visit list
Retrieves the transaction list based on the specified year.
The year for which the transaction list is requested.
Bearer token for authentication.
Successfully got the transaction list
Retrieves a list of vendors based on optional filtering criteria.
Number of records to retrieve.
The offset from where to start fetching the vendor records.
Filter vendors by name.
Filter vendors by email.
Filter vendors by their status (1 for active, 0 for inactive).
Flag to indicate if only the count of vendors should be returned (1) or a detailed list (0).
Keyword search for vendor name or other attributes.
Filter vendors by vendor name.
Filter vendors by company name.
Filter vendors by a specific vendor prefix ID.
Bearer token for authentication.
Successfully got the seller list
Retrieves the profile details of the authenticated user.
Successfully got the profile