An array of properties, that also supports lookups by attribute name: {% for prop in line_item.properties %}{% if prop.name == "Delivery window" %}{{ prop.value }}{% endif %}{% endfor %}, or {{ line_item.properties["Delivery window"] }}
Did this answer your question?Thanks for the feedbackThere was a problem submitting your feedback. Please try again later.