EZ Exporter: Retrieve Specific Field Attributes with the "search_attributes()" Function

One of our customers needed a way to pull a specific Line Item Property from his Shopify orders to his exported CSV file and assign it to a specific column.
We definitely see the value of being able to do something like this so we added a custom function called search_attributes() to be able to do this easily in the Calculated Fields.
For example, let's say you have a bunch of Line Item Properties like this:
subcategory: "Birthday Rings" engraving: …Read more