Data Export
Last updated
Last updated
Fetches a paginated list of export logs.
The number of records to fetch per page.
10
The offset for pagination.
0
The current page number for pagination.
1
Flag to include count of total records (1 = include, 0 = exclude).
0
Successfully fetched the export log list.
Fetches a list of failed orders in Excel format.
Flag to filter for failed orders.
true
Specific order ID to filter the results.
Successfully fetched the failed order Excel list.
Fetches the count of failed vendor orders.
Flag to request the count of failed orders.
1
Successfully fetched the count of failed orders.
Exports customer data in an Excel file format.
Indicates whether to include failed orders.
The order ID to filter the export.
File exported successfully.
Fetch the list of customers who purchased products, with optional filtering by customer ID and count.
The number of records to fetch.
The ID of the customer to filter the list.
Successfully retrieved the list of customers
Fetch a list of all products in Excel format.
Include the count of products in the response (optional)
Successfully fetched the product list in Excel format.
Creates a new export log for failed orders.
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.
Export log created successfully.