Reports
Last updated
Last updated
Retrieve a list of vendor categories with filtering and pagination options.
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.
Successfully retrieved category list
Retrieve a complete list of order statuses.
Successfully retrieved the order status list
This endpoint retrieves a list of vendors (sellers) based on the specified status.
Filter sellers based on their status
Bearer token for authentication.
Successfully got seller list
This endpoint allows fetching the product list with various filters like keyword, SKU, status, and price.
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.
Successfully retrieved product list
This endpoint allows fetching the sales report for a specific product between a start and end date.
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.
Successfully retrieved sales report list
This endpoint fetches the total seller sales list based on the provided date range and sales amount range.
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.
Successfully retrieved total seller sales report list
This endpoint fetches the total seller sales report in Excel format based on the provided date range and sales amount range.
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.
Successfully retrieved total seller sales report in Excel format
This endpoint retrieves a list of vendor sales reports. It supports optional filtering by date range, vendor ID, and other parameters.
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.
Successfully retrieved the vendor sales report list
Fetches the settlement report list based on the given filters.
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.
Successfully retrieved settlement report list
Fetches the settlement report in Excel format based on the given filters.
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.
Successfully retrieved settlement report in Excel format