We are listening to webhooks for topic products/update and it works fine in general but when we change cost per item alone we don’t receive any call.
Hey @mmshopbox
I’m able to replicate. Shopify doesn’t provide a webhook for changes to the cost per item specifically. As a workaround you could implement a periodic check using the Shopify API if you need to track changes in the ‘cost per item’ field.
1 Like
Thank you