I am curious about the sort order when the since_id parameter is used to query the endpoints. Would the returned items be sorted by the shopify ID ascendingly in such case?
I have experimented the since_id parameter many times with different endpoints like admin/products, admin/customer_collection, admin/collects. It always return the same result, that is, the returned items were sorted by the shopify ID ascendingly.
While as I did not see such behavior being documented in the API document, I would like to see if any one could help confirm with me about it. I would like to make sure I could develop the App based on this assumption or not. Thanks!