Hi,
I have added customize code to filter order history page data.
Above section i have added on order history page. I also changed call to SearchOrders api where i found filters for orders, using this method i am able to do order status and order number filter but order between date filter is not working, whenever i select date range it is returning false data instead of selected date range.
Below is code snippets for search order method call.
const input = new GetFilteredSalesOrderHistoryWithHydrationsInput(this.paging, this.props.context.request.apiSettings, salesOrderSeachCriteria, this.orderHistory.nextPageToken); this.viewState.isLoading = true; const response = await getFilteredSalesOrderHistoryWithHydrationsActionDataAction(input, this.props.context.actionContext);
Need help on this issue.
Thanks,
Sandeep