Is it possible to retrieve what tags were applied to a product in past? we are adding tags for certain products under certain conditions and it will be of great help if we know when the tag is applied and when removed.
Hi
Shopify only stores last updated timestamp of the whole product so this doesn’t let you manage logs of tag changes. You would need to use a third party solution to add/edit your product tags which then upload to Shopify. The app like our product data management solution would then keep a log of tag changes for you to go back and check when a tag was added or changed. Perhaps there might be a simpler solution but we would need to know more about how you would like to utilise these product tags.
Regards
Tom
If you’re looking for logs, there’s a sneaky trick. Go to the product in the backend, and at the end of the URL type /events.json.
Example:
https://admin.shopify.com/store/{your-store-link}/products/9954787197241/events.json
It doesn’t show everything, just publish/unpublish and some edits.
If you want full history, I built Loggr Product History & Revert. It records all edits and you can revert them.