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.
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.