How can I automatically export new Shopify orders at specific times twice a day?
You'll need to create 2 sets of Export Profiles and Data Settings in this case, where you would do the following: configure Custom Filters …
You'll need to create 2 sets of Export Profiles and Data Settings in this case, where you would do the following: configure Custom Filters …
Note: Google Merchant Center also supports reading from an existing Google Sheets spreadsheet. Since EZ Exporter also has a direct Google Sheet…
You can use the formula below in the Calculated Fields section of the Data Settings to calculate the number of days from when an order…
You can use the formula below in the Calculated Fields section of the Data Settings to calculate the number of days from when an order…
In EZ Exporter, it's possible to subtract 2 dates and get the number of days between them using Calculated Fields.For example, you might want a custo…
The shipping discount applied to the order is stored in the discount_applications field, which is an array of discounts. You can use this formula …
By default, EZ Exporter will put each line item in the order in a separate row in the CSV export, duplicating the data at the order level like this: …
To create a shared link in Dropbox: 1. Log in to your Dropbox account and select the file you'd like to share. 2. Click the Share button. …
1. Log in to Google Drive and locate the file you'd like to share. 2. Right click on the file and choose Get link. 3. Choose Anyon…
Click the "Share" button on the right. Set the sharing settings. Also check out our guide here for creating "direct down…
EZ Exporter has a starter template for a ShopperTrak POS Transaction File you can use to help you get started with this. It's already confi…
The Shopify API only provides the values of the variant options in the fields option1, option2, and option3 where the ordering of the options could v…
When a return is created, there's an option to add exchange items. These exchange items will be added to the order as new line items. To…
In EZ Exporter, you can add a Custom Field in the Data Settings with this value to automatically load the image when opening the Excel export fi…
In your ShopifyQL query, you can add the following condition in the WHERE clause to exclude sessions that Shopify detected as bots: human_or_bot…