I want create an email alert when a product SKU is updated in Shopify.
Status: Open · Asked by Hani on · 0 views
In would like to receive an email alert whenever the SKU field for a Shopify product is changed. Is that possible?
Hi @Hani,
Shopify does not offer a webhook event that triggers specifically on the update of a particular product field.
https://shopify.dev/docs/api/admin-rest/2024-10/resources/webhook
While it has a 'Product Updated' trigger event that fires whenever product details are updated, it does not differentiate between product SKU and other product details; it will trigger the workflow for any updated product field. Unfortunately, the use case you’re describing doesn’t appear to be possible.