Hi, We are working on an app which helps users custom sort collections. We are using the smart collection sort api. https://shopify.dev/docs/api/admin-rest/2023-01/resources/smartcollection#put-smart-collections-smart-collection-id-order?products[]=921728736&products[]=632910392
We are setting the sort order to manual and then passing the product ids according to sort order. The change is reflecting in the admin if I go to Admin → Products → Collections → Specific sorted collection. But the change does not immediately show up on frontend. Sometimes the change takes hours to reflect. I think there is some caching in the frontend collection listing page. But not sure how to clear the cache and force the front end to refresh for the specific collection listing.
Cant find any api to achieve this. Not sure if this is the right place to ask this question. But if possible please help with this.