Hey there, on the storefront api there is no option for manual sorting, i do not know if this is an issue with your api, or the shopify-buy-sdk library that you officially provide, but i need to be able to manual sorting for my products.
currently the only sort methods are:
BEST_SELLING
CREATED_AT
ID
PRICE
PRODUCT_TYPE
RELEVANCE
TITLE
UPDATED_AT
VENDOR
there is only the manual sorting option on the admin api, but this is insecure to implement inside the app, and would provide external apis with server upkeep.
Thank you for your patience.
Is it that you’re working with have a collection that’s been manually sorted and you are not getting data returned in that order? Or you want to sort in a completely custom order that Shopify has no awareness of?