Shopify webhook filter on shopifyOrder model not being applied to shopifyOrderLineItem model
The webhook filter on the
shopifyOrder
shopifyOrder
model works well however the
shopifyOrderLineItem
shopifyOrderLineItem
model has been getting populated with line items that have no order ID.
We don't use syncing at all and a sync has never been ran for any shop in production.
I can't see how these order line items are getting created. I don't see anything in the logs for them. They are not happening right away on every order. Yesterday a bunch of these no order order line items were created around 8:20pm. This makes me think some kind of reconciliation is happening by Gadget?
When I create an order manually it gets filtered properly and no order line items are created so I can't reproduce it.
There are over 5M order line items and less than 9k orders.