How can I export the transaction fee for the PayPal gateway? EZ Exporter
Depending on the payment gateway, the transaction fee may or may not be availabe in the Shopify order transaction data. The data structure coul…
Depending on the payment gateway, the transaction fee may or may not be availabe in the Shopify order transaction data. The data structure coul…
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 Calcu…
You can use the search_list() function to search a list of tags and output the matching results: search_list(to_list({{ tags }}), "men"…
There may be cases where you've placed additional product information directly in the product's HTML description since you didn't find an…
Since it's possible for a Shopify order to have multiple refund transactions, this gets a bit more complicated as we'll need to parse a&…
Shopify image URLs typically looks something like this: https://cdn.shopify.com/s/files/1/1165/2200/products/Sleeping-Cat.jpg?v=1501485987 …
Note: "Cart Attributes" is the same thing as "Note Attributes", which are the attributes under the "Additional Details"…
We have a function called strip_non_numeric_chars() which you can use in the Calculated Fields that will take care of this for you automatically. …
You can use a formula similar to the one below in the Calculated Fields to automatically remove numeric characters on export: "".join(…
There are a couple ways you can take care of this in EZ Exporter. By default, Shopify adds a hash symbol ("#") in front of the…
In EZ Exporter, you can use a Calculated Field with a formula like below to strip out the query string portion of the URL data (the part after the qu…
The Shopify API exposes the following information in the transaction data:"payment_details": { "avs_result_code": "123456", "credit_card_bin": …
There may be cases where you need to limit the number of characters for certain Shopify fields in the CSV file. For example, you may need to send a …
In the Data Settings of EZ Exporter, under Filters > Created, there's an option you can select called "Since Last Successful Run.&qu…
We have a special field called line_items._index that can be used in the Custom Fields or Calculated Fields sections in the Data Settings of ord…