Reports
Last updated
Last updated
Retrieve a list of vendor categories with filtering and pagination options.
/category
Number of categories to retrieve.
The number of categories to skip for pagination.
Keyword to filter categories by name.
Sort order (e.g., 0 for ascending, 1 for descending).
Filter categories by status (active or inactive).
Name of the category to filter by.
Filter categories by industry ID.
Bearer token for authentication.
Retrieve a complete list of order statuses.
/order-status/order-status-list
This endpoint retrieves a list of vendors (sellers) based on the specified status.
/admin-vendor
Filter sellers based on their status
Bearer token for authentication.
This endpoint allows fetching the product list with various filters like keyword, SKU, status, and price.
/order/product-list
The offset for pagination, indicates the starting point of the list.
The number of products to return in the response.
Search keyword to filter products by name or other attributes.
Filter products by SKU (Stock Keeping Unit).
Filter products by status (e.g., active or inactive).
Filter products by price.
Bearer token for authentication.
This endpoint allows fetching the sales report for a specific product between a start and end date.
/order/sales-report-list
The ID of the product for which the sales report is to be fetched.
The start date for the sales report in YYYY-MM-DD
format.
The end date for the sales report in YYYY-MM-DD
format.
Bearer token for authentication.
This endpoint fetches the total seller sales list based on the provided date range and sales amount range.
/settlement/total-sales-report-list
The start date for the report in YYYY-MM-DD
format.
The end date for the report in YYYY-MM-DD
format.
The minimum sales amount for the report.
The maximum sales amount for the report.
The number of results to retrieve.
The offset for the pagination.
Bearer token for authentication.
This endpoint fetches the total seller sales report in Excel format based on the provided date range and sales amount range.
/settlement/total-sales-report-excel
The start date for the report in YYYY-MM-DD
format.
The end date for the report in YYYY-MM-DD
format.
The minimum sales amount for the report.
The maximum sales amount for the report.
Bearer token for authentication.
This endpoint retrieves a list of vendor sales reports. It supports optional filtering by date range, vendor ID, and other parameters.
/settlement/vendor-sales-report-list
Number of items per page (optional).
Pagination offset (optional).
Start date of the report period (optional).
End date of the report period (optional).
Flag to specify if the report should include all vendors or just selected ones. (0 = No, 1 = Yes)
0
, 1
Comma-separated list of vendor IDs to filter the sales report (optional).
Bearer token for authentication.
Fetches the settlement report list based on the given filters.
/settlement/settlement-report-list
Limit the number of records returned
Offset the records for pagination
Start date for the report filter
End date for the report filter
Include all vendors (1) or not (0)
0
, 1
List of vendor IDs to filter by
Filter by order status
Filter by settlement flag (0 or 1)
0
, 1
Bearer token for authentication.
Fetches the settlement report in Excel format based on the given filters.
/settlement/settlement-report-excel
Limit the number of records returned
Offset the records for pagination
Start date for the report filter
End date for the report filter
List of vendor IDs to filter by
List of order statuses to filter by
Filter by settlement flag (0 or 1)
0
, 1
Bearer token for authentication.