Reports

Get seller sales report

get
/vendor-order/sales-report-list

This endpoint retrieves the sales report for a specific seller based on the given product IDs and date range.

Query parameters
productIdinteger[]Required

A comma-separated list of product IDs to filter the sales report.

startDatestring · dateRequired

The start date of the sales report in 'YYYY-MM-DD' format.

endDatestring · dateRequired

The end date of the sales report in 'YYYY-MM-DD' format.

Header parameters
AuthorizationstringRequired

Bearer token for vendor authentication

Responses
chevron-right
200

Successfully retrieved the seller sales report.

get
/vendor-order/sales-report-list

Get vendor product list

get
/vendor-product

This endpoint fetches the product list for a vendor, with optional filters like SKU, status, and price range.

Query parameters
offsetintegerOptional

The offset for pagination (starting from 0).

Default: 0
limitintegerOptional

The number of results per page.

Default: 0
skustringOptional

An optional SKU to filter the product list.

statusstringOptional

An optional status to filter the product list (e.g., active, inactive).

pricestringOptional

An optional price filter for the product list (e.g., price range).

Header parameters
AuthorizationstringRequired

Bearer token for vendor authentication

Responses
chevron-right
200

Successfully retrieved the vendor product list.

get
/vendor-product

Get vendor category list

get
/vendor-product/vendor-category-list

This endpoint retrieves the list of vendor categories with optional filters like keyword and status.

Query parameters
offsetintegerOptional

The offset for pagination (starting from 0).

Default: 0
limitintegerOptional

The number of results per page.

Default: 0
keywordstringOptional

An optional keyword to filter the vendor categories.

statusstringOptional

An optional status to filter the categories (active, inactive).

Header parameters
AuthorizationstringRequired

Bearer token for vendor authentication

Responses
chevron-right
200

Successfully retrieved the vendor category list.

get
/vendor-product/vendor-category-list

Last updated