Accessing user-generated order of products (set in Wix Collections GUI) with code

I have a catalog page that uses repeaters to display products (and all their info/media/variants/etc) by collection. I can sort them in various ways (alphabetical, date created, etc) but I really, really want to be able to just use the same order that the online store uses (the order that you set by dragging and dropping products within a collection in the Wix Collections GUI). Does that information exist anywhere that we can access it? It would be really helpful for less tech savvy employees to be able to rearrange the products in the store GUI and have the catalog simply mirror that. Right now I have a ridiculous workaround that involves manually numbering each product (we have ~300 so rearranging stuff is a pain). Any ideas are appreciated. Thanks!

Not possible.

You have to use the original Wix stores elements, or sort it with a database with referenced field to the “Stores/Products” database instead.