I am trying to extract dropship line items into a google spreadsheet.
I am having is that I am able to get all the items for an order that including the stock on hand + dropship item but is there a way to get just the dropship line items filtered via SKU, tag or vendor to be extracted from the order into the google sheet. Is there anyway to do this?
The current flow set up is
Order created > check if tags is equal to dropship > add row to spreadsheet > row content =“{{order.name}}, {{order.createdAt}},{{order.customer.phone}}, {{order.email}}, {{order.customer.firstName}} {{order.customer.lastName}}, {{order.shippingAddress.address1}}, {{order.shippingAddress.address2}},{{order.shippingAddress.city}},{{order.shippingAddress.province}},{{order.shippingAddress.zip}}”