Reports
Last updated
Last updated
This endpoint retrieves the sales report for a specific seller based on the given product IDs and date range.
/vendor-order/sales-report-list
A comma-separated list of product IDs to filter the sales report.
The start date of the sales report in 'YYYY-MM-DD' format.
The end date of the sales report in 'YYYY-MM-DD' format.
Bearer token for vendor authentication
This endpoint fetches the product list for a vendor, with optional filters like SKU, status, and price range.
/vendor-product
The offset for pagination (starting from 0).
The number of results per page.
An optional SKU to filter the product list.
An optional status to filter the product list (e.g., active, inactive).
An optional price filter for the product list (e.g., price range).
Bearer token for vendor authentication
This endpoint retrieves the list of vendor categories with optional filters like keyword and status.
/vendor-product/vendor-category-list
The offset for pagination (starting from 0).
The number of results per page.
An optional keyword to filter the vendor categories.
An optional status to filter the categories (active, inactive).
Bearer token for vendor authentication