Detailed Store Activity Log for Price Changes?

Topic summary

A Shopify store owner with thousands of products and multiple employees needs to track detailed product price changes—specifically who changed a price, when, and what the old/new values were. Shopify’s built-in “Store Activity” log lacks sufficient detail for this purpose.

Proposed Solutions:

  • Custom app development: One responder suggests building a custom app where employees make changes through the app interface, which would log all activity. No existing app was confirmed for this specific need.

  • Hidden JSON endpoint: Adding /events.json to a product’s admin URL reveals some activity logs, but these are limited (mainly publish/unpublish events).

  • Third-party app: “Loggr Product History & Revert” was recommended as a solution that provides comprehensive product change tracking and history.

  • Custom theme code: One developer offered to implement custom code, though this approach seems less aligned with the logging requirement.

Another user expressed the same need, indicating this is a common pain point. The discussion remains open with multiple potential paths forward.

Summarized with AI on October 25. AI used: claude-sonnet-4-5-20250929.

I’m looking for an app that can give me a detailed activity log of changes made to products on my site.

We have thousands of products, and a few different employees. If a price is changed or wrong, sometimes we have absolutely no idea who did it or when.

Shopify’s inbuilt “Store Activity” is not detailed enough for our needs.

I’m looking for an app that can say: this product’s price was changed from THIS to THAT, by THIS PERSON, on THIS DATE.

Is this possible? Am I crazy? Thanks!

3 Likes

Hi @SeanFlanagan , is it only about price change?

As per my knowladge its not possible directly as no way to track this. But this thing can be build. for that your employees have to use the app for making the changes they can update the price and app will records all tte activity of employee, Am not sure if there is an app available for this. But this thing can be achievable by a custom app.

Thanks!

Hi @SeanFlanagan

We have a few ideas on how an activity log can be built without changing your current flow.

It would be good to understand your needs a little better. Email me at anto@opstack.co

thanks,

Anto

I have the same need. Would love to know if you found a solution!

1 Like

So there is a way but it’s kinda hidden. When you’re in the admin on a product, add /events.json at the end of the link.

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

That’ll give you some logs, but honestly it’s pretty limited, mostly just shows publish/unpublish.

If you actually need full logs, you can use Loggr Product History & Revert (yep that’s my app :sweat_smile:).

1 Like

Hey @SeanFlanagan,

In order to do the requested changes requires to do the custom code in your theme file.

Could you please share the 4 digits collab code along with the store url in the p/m so that I can take a look and make the requested changes.

Thanks