How do I filter Shopify orders where the payment method is "Shop Pay Installments"?
In the Custom Filters section of the Data Settings, you can add this filter to only include orders whose payment method is "Shop Pay Instal…
In the Custom Filters section of the Data Settings, you can add this filter to only include orders whose payment method is "Shop Pay Instal…
Shopify product URLs use the product handle as part of the URL. To generate the URLs automatically, you can use Custom Fields in EZ Exporter …
You can use the formula below in EZ Exporter to remove duplicate spaces from the Shopify field value: " ".join({{ field_id }}.split())…
We have a function called strip_html_tags() that can do this for you. For example, in the Calculated Fields section of a Product Data Setting…
You can use the .strip() method to remove all leading and trailing spaces or line breaks from the data. For example, if the order's note field…
Some systems may not be able to parse the CSV file properly if the field data contains newline characters or line breaks.In the Data Settings, under …
The payment_gateway_names field is in JSON format by default and will look something like this: ["gift_card", "shopify_…
Your supplier or 3PL provider might require you to use special codes to replace the name of the shipping method you selected in Shopify whe…
There's a field called line_items.price which is the unit price of each item ordered before any discounts have been applied. For the line item…
1. In the Export Profile settings of EZ Exporter, scroll down to the section labeled "Schedule (Optional)". 2. Tick the checkb…
In the Data Settings, next to the "Sort By (Optional)" setting, select the option "Custom" (the last option). Thi…
Shopify handles the app's billing, and they'll automatically cancel the app subscription as soon as it's uninstalled from your Shopify st…
In the Export Profile settings, you should see this option:Compress file (ZIP)Simply tick the box and the exported CSV file will automatically get zi…
The export limit in EZ Exporter is based on runtime per report. There's no limit on how many times you can do an export. In the Standard and A…
You can schedule your report to run to as often as every 15 minutes. We support the following scheduling options: Every 15 minutes Every 3…