Hi Shopify Team,
We are working on an inventory management app, we are updating InventoryLevel and subscribed the InventoryLevelUpdate webhook as well.
We want to ignore the updates (webhook) our app has made on InventoryLevel but want to consume the webhook if someone else makes InventoryLevel updates.
We tried with updated_at field returned in webhook i.e. when InventoryLevel.updated_at(at time we adjusted the inventory) is equal to updated_at is received from webhook. But we see this not working all the time.
Can you suggest a better way of how we can ignore updates from webhook which is initiated by our app only.
Thanks in Advance.