I have a collection that shows recently added products.
(collection > greater than 0 > sort by newest)
However, this only includes NEW PRODUCTS.
I could like a collection of recently updated products, for example, when I add a new variant to an existing product or when a popular product is restocked.
Is there a way to create a collection of recently updated products?
I’m thinking, rather than the ‘sort by newest’ there is an option of code to ‘sort by recently updated’
many thanks