This got Shipping information to populate; however, it is only showing one address per product.
I have an order that the “Product Item – Quantity” is 2 and for each of the 2 items it is being sent to a different address.
So, it looks like the snippet I added gets “Product” shipping data and uses the last address it finds with that product. But I think what I need is “Product Item” shipping data. And rather than grouping the Product Items as a single line, I am hoping to get these split out as unique lines for each of the multiple shipping addresses.
This is the Woocommerce plugin: https://docs.woocommerce.com/document/multiple-ship-to-addresses/
And I am demoing and using your free version of “Advanced Order Export For WooCommerce.” If I can find a way to get the free version to fit my needs I’ll be upgrading to the Pro version, as the recurring export is a feature that I will take advantage of.