Hi Team,
Context - I have integrated Shopify using create/update webhooks. whenever any order is getting created/updated in Shopify i will receive a webhook for the same.
Problem - The customer placed an order which has 2 line items each with 1 quantity. I have received webhooks for Create order in my system and I have created 2 items against the received order. Now customers edit the order in Shopify before fulfillment and remove one line item. I receive a webhook of order update still with 2 line items in which each has quantity 0. so how would I know in Shopify line item that item has been removed from that order.