Data Export
Last updated
Last updated
Fetches a paginated list of export logs.
/vendor-export-log
The number of records to fetch per page.
The offset for pagination.
The current page number for pagination.
Flag to include count of total records (1 = include, 0 = exclude).
Fetches a list of failed orders in Excel format.
/vendor-order/failed-order-excel-list/
Flag to filter for failed orders.
Specific order ID to filter the results.
Creates a new export log for failed orders.
/vendor-export-log
The number of records available for export.
The name of the module (e.g., 'Failed Orders').
The ID of the user creating the export log.
Fetches the count of failed vendor orders.
/vendor-order/vendor-failed-order-list
Flag to request the count of failed orders.
Exports customer data in an Excel file format.
/vendor-order/export-customer
Indicates whether to include failed orders.
The order ID to filter the export.
Fetch the list of customers who purchased products, with optional filtering by customer ID and count.
/vendor-order/purchased-customer-list
The number of records to fetch.
The ID of the customer to filter the list.
Fetch a list of all products in Excel format.
/vendor-product/allproduct-excel-list/
Include the count of products in the response (optional)