Dashboard

Get total dashboard counts

get
/vendor/total-Dashboard-counts

Retrieve the total counts for different dashboard categories for the vendor.

Header parameters
AuthorizationstringRequired

Bearer token for vendor authentication

Responses
get
/vendor/total-Dashboard-counts

Get the complete order list

get
/vendor-order/order-list

Retrieve the list of orders for the vendor, with pagination support using limit and offset query parameters.

Query parameters
limitintegerOptional

The maximum number of orders to return.

Default: 4
offsetintegerOptional

The starting point for pagination.

Default: 0
Header parameters
AuthorizationstringRequired

Bearer token for vendor authentication.

Responses
get
/vendor-order/order-list

Get the complete payment list

get
/vendor-sales/payment

Retrieve the list of payments for the vendor, with pagination support using limit and offset query parameters.

Query parameters
limitintegerOptional

The maximum number of payments to return.

Default: 4
offsetintegerOptional

The starting point for pagination.

Default: 0
Header parameters
AuthorizationstringRequired

Bearer token for vendor authentication.

Responses
get
/vendor-sales/payment

Get the top-selling product list

get
/vendor-order/top-selling-productlist

Retrieve the list of top-selling products for the vendor based on a specified duration.

Query parameters
durationintegerRequired

The duration for which to retrieve top-selling products (e.g., 1 for past month).

Header parameters
AuthorizationstringRequired

Bearer token for vendor authentication.

Responses
get
/vendor-order/top-selling-productlist

Get the order graph data

get
/vendor/order-graph

Retrieve the order count data for the vendor based on the specified duration.

Query parameters
durationintegerRequired

The duration for which to retrieve the order count (e.g., 1 for past month).

Header parameters
AuthorizationstringRequired

Bearer token for vendor authentication.

Responses
get
/vendor/order-graph

Last updated