Magento 2.3 Search Criteria with REST API, SortOrders not working in V1/Search API.
I am trying to fetch Category products using Magento REST API by below request URL.
Using Above query I have to get the same result whether a name field is ASC or DESC Order in Query.
Only SortOrder is not working for the above query. How to apply sortOrders filter in product collection using the above query.