I am working on an app and I need to retrieve orders. I need to make sure that the orders are sorted in chronological order. When I get orders from the API, am I assured that they are already sorted by date created?
I am working on an app and I need to retrieve orders. I need to make sure that the orders are sorted in chronological order. When I get orders from the API, am I assured that they are already sorted by date created?