What is the correct reference for a shipping carrier in EZ Importer?

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.

I eventually uncovered the answer: {{ order.shipping_method.title }}. I am curious if this was changed over time, since the app references it as shipping_lines.title?

I will leave this here for similar questions in the future.