Collection products order by availability

Hi @n-developer , I could be wrong, but based on the documentation I found it does not appear that sorting by availability via query is an option. If I had to make this happen without getting into a lot of custom coding, I would most likely create two loops, the first showing available items and the second unavailable. Hope this helps!