How can I track a price change on catalog's priceLists?

I have an app that collects/tracks products’ prices per market/catalog. I want to keep it up to date with fresh prices, but I can’t figure out how to track whether a fixed price is set on the catalog.

Is there any webhook solution for this, or do I have to poll for changes at cron?

Hi Ismail,

We do not have any webhook solution for this, you would have to cron query for these prices.

Hi Majuth,

Do you have any plans for this?