I have tested the PRODUCT_FEEDS_INCREMENTAL_SYNC webhook, but it doesn’t seem to get triggered when the market-specific price is changed via the priceListFixedPricesAdd mutation.
@Liam-Shopify hello there! Can you confirm that there is no way to track changes to prices set on a market? Do you know if there’s any plan to add this webhook or trigger an existing webhook when the change occurs? Sounds like a fundamental need for everyone developing an app on top of markets.
@Liam-Shopify if products_update is not triggered, and updatedAt on product is not changed, how do I know which products have changed?
Seems the only way to be sure is to sync all products, which can be a challenge for larges stores (100k+ products) and a waste of Shopify’s and my processing time.