Skip to content

filter

Auto Added by WPeMatico

In my magento 2.4.6, The product sorting for categories is not working. Like price high to low and low to high and sort filter is not working

In my magento 2.4.6, The product sorting for categories is not working. Like price high to low and low to high and sort filter is not working . Rest all other filters are working. When selecting sorting – low to… Read More »In my magento 2.4.6, The product sorting for categories is not working. Like price high to low and low to high and sort filter is not working

Magento API Date filter

Is it possible to create a Date filter to fetch orders created only in last two days using API , without hard-coded values ? Something like this: http://<magento_host>/rest/V1/orders? searchCriteria[filter_groups][0][filters][0][field]=created_at& searchCriteria[filter_groups][0][filters][0][condition_type]=from& searchCriteria[filter_groups][0][filters][0][value]=(current date – 2 days) searchCriteria[filter_groups][1][filters][0][field]=created_at& searchCriteria[filter_groups][1][filters][0][condition_type]=to& searchCriteria[filter_groups][1][filters][0][value]=(current date)