Reports
Last updated
Last updated
This endpoint retrieves the sales report for a specific seller based on the given product IDs and date range.
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
Successfully retrieved the seller sales report.
This endpoint fetches the product list for a vendor, with optional filters like SKU, status, and price range.
The offset for pagination (starting from 0).
0
The number of results per page.
0
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
Successfully retrieved the vendor product list.
This endpoint retrieves the list of vendor categories with optional filters like keyword and status.
The offset for pagination (starting from 0).
0
The number of results per page.
0
An optional keyword to filter the vendor categories.
An optional status to filter the categories (active, inactive).
Bearer token for vendor authentication
Successfully retrieved the vendor category list.