We have a legacy app that occasionally queries the public products.json endpoint (which I understand is old and deprecated) e.g. https://example.com/products.json
We look at the product’s updated_at field, which until a week ago seemed to be consistent with when the product was actually updated. Now, it seems to always display the current timestamp and is unrelated to actual product updates. Is it possible that this will be fixed?
I realize this is a good reason to move our legacy app to supported APIs, but was hoping to have an answer in the meantime.