Hello,
I am trying to find the correct reference to the below highlighted data.
I’ve seen it referenced to as order.shippingLine.title, but there is little information online to back this up. When I use {{ order.shippingLine.title }} in the customers/order file, nothing is output. EZ Importer (which I am using to import the orders) references this data as shipping_lines.title, but {{ *order.*shipping_lines.title }} - and variants thereof - also fail. I am stuck troubleshooting if it is the code or the reference that is failing.
Thanks for any insight.
