Hi,
I am using the REST API to try and re-order products in a manually sorted smart collection.
I am following the documentation here: https://shopify.dev/api/admin-rest/2021-10/resources/smartcollection
The request gives a HTTP status 200 response and the products are successfully re-ordered in the Admin panel but not on the website.
I have confirmed that manually re-ordering the products in the Admin panel does reflect on the website.
I know this is not related to a caching issue either.
It seems like a bug in the API itself. Every other function from the API works as expected but not this one.
I found someone else reporting the exact same issue here: https://community.shopify.com/post/949181
The issue is still unanswered a year later. Has anyone successfully reordered products from a manually sorted smart collection using the REST API?