EZ Exporter: get_attribute_value() and get_total() Functions Now Available

We've recently pushed an update to EZ Exporter to include two additional functions that can be used in the Calculated Fields: get_attribute_value() and get_total().
A couple use cases came up while talking to our customers and we thought the best way to handle them was to add these functions.
get_attribute_value(data, attribute_name, results_separator=",")
Retrieve an attribute's value from a list of attributes.
The data may look something like this:
"discount_codes": [ { "code": "SPRING30", "amount": "30.00", "type": "fixed_amount" } ]
Examples: …
Read more