Hello,
We are using the order.json endpoint in the API version 2020-07 (link) for updating the product positions in smart collections. Since this morning, the updates only reflect on the store admin section for the respective collections but not on the front-end.
We also noticed 2 other things:
-
Updating positions on the admin section works
-
Updating positions through GraphQL “collectionReorderProducts” endpoint works
Since our shopify app is currently using the REST endpoints and not GraphQL, what can we do to make it work?
Thanks