Unable to sort the results returned by the GetOrder API.
While sorting options exist for GetItem they are not available for GetOrder.
Example of GetItem:
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 GerOrder API, specifically OrderBy Enumeration(DatePlaced) to resolve this issue.