How can I export the wallet type that was used to pay for the Shopify order?

To export the "wallet type" (such as Apple Pay or Google Pay") that was used as a payment method, you can use the formula below in the Calculated Fields section of EZ Exporter:

get_attribute_value(get_attribute_value({{ transactions }}, "wallet", return_raw_results=True), "type")

Related Articles:


App: EZ Exporter

Tags: shopify, advanced features, apple pay, google pay, wallets