Product Update Log

Hi!
Is there a way to get product update log from somewhere with rest or graphiql api?
Currently I am able to get some history(when product created and when it has been added to shopping platforms) by using GraphiQL App’s Event interface, but couldn’t go further than that. I am mostly interested in getting price update logs.
Thank you!

Hi @Sinem_Topcu

Unfortunately there isn’t an API for price histories. You could track it yourself though if you needed to by subscribing to products/update webhooks and storing the new price values as they change.

It is possible to see inventory level histories in the Shopify admin but I’m not aware of any API to get that data.

Best,
Daniel