Unable to sort the results returned by the GetOrders API.
While sorting options exist for GetProducts, they are not available for GetOrders.
Example of GetProducts:
This is important, as users of our app always have to filter through their oldest orders first to get to the latest order.
Would be great to have the sorting filters (OrderBy and OrderDirection) added to the GerOrders API, specifically OrderBy Enumeration(DatePlaced) to resolve this issue.