Can I track who made a price update in case of a manual update?

I’ve been searching for a way to find out who updated the product price, but it seems almost impossible to get this information.
Is there any way I can access this info—either by using an app, implementing an API, or something similar? If there’s any method, please let me know. Any small tip, workaround, or idea is welcome.
Thank you.

Hi @yoonlaser

The /events endpoint of the Shopify Admin API allows you to monitor product changes (e.g., price change) and who that change was made by. Or, apps like “Activity Log” or “Store Watchers” might log staff changes, if installed before changes are made. In the future, start tracking activity workflows from the get-go for more visibility.

There’s a sorta hidden option. When you’re on a product in the backend, just add /events.json at the end of the URL.

Like:
https://admin.shopify.com/store/{your-store-link}/products/9954787197241/events.json

It’s very limited tho, only a couple events like publish/unpublish.

For proper tracking, I’d suggest Loggr Product History & Revert. That one keeps full logs and you can revert mistakes.