Currently I am subscribing to the webhook topic “PRODUCTS_UPDATE” and all is working well. However, I only care about receiving these webhooks for none inventory quantity related updated. Currently webhooks are generated each time the quantity is adjusted but since Shopify isn’t our master for inventory management we don’t care about these updates. Is there a way to use the new webhook filtering functionality to acheive this?
I was hoping to make use of the old_inventory_quantity field and compare it to the inventory_quantity field and ignore is they are different but this field is now depricated and therefore not available.
I have tried creating the webhook setting the includeFields to none inventory quantity related fields hoping it would only generate webhooks were on of the fields within these includeFields has been modified but this is not the case.