How can I export the line item price in the customer's local currency from a Shopify order?

You can use the formula below in the Calculated Fields to extract the line item's unit price from the Shopify order in the customer's local currency:

get_attribute_value(get_attribute_value({{ line_items.price_set }}, "presentment_money", recursive=False, return_raw_results=True), "amount")

Related Articles:


App: EZ Exporter

Tags: shopify orders