Tracking price changes applied with priceListFixedPricesAdd

Hello,
in my multi-market app, I have apps that set up product sales on foreign markets using the priceListFixedPricesAdd mutation.

I want to track these price changes in order to implement the Omnibus Price functionality (keep track of the lowst price over the last 30 days).

Is there a webhook that tracks a price change on a foreign market? I couldn’t find one.

Thanks in advance,
Marco

1 Like

Hey Marco,

Would the PRODUCT_FEEDS_INCREMENTAL_SYNC webhook work for you?

Hey Liam, thanks for your input!

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.

Is the PRODUCTS_UPDATE webhook not triggered by the priceListFixedPricesAdd mutation either?

Unfortunately, the PRODUCTS_UPDATE is not triggered either.

A webhook tracking this event would be really, really useful for multimarket shops.

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

1 Like