How do I export only the first variant of each product from my Shopify store?
In EZ Exporter, you can filter by the Variant Position field to export a specific variant of each product based on its position in the product data. …
In EZ Exporter, you can filter by the Variant Position field to export a specific variant of each product based on its position in the product data. …
There's a field called "Cancelled At" in EZ Exporter that we can use to filter the order data and only export those orders th…
The Shopify API doesn't have a "Fulfilled At" field that we can simply filter by. But a potential workaround in EZ Exporter&n…
Some stores might have orders come in that aren't marked "Paid" right away. An example is when PayPal was used to pay for the orde…
The payment_gateway_names field from the Shopify Order API will contain all gateway names from all order transactions, including failed transact…
In EZ Exporter, you may notice that in the Data Settings > Filters > Payment Status, you can only set one type of payment status. The reason…
EZ Exporter has a pre-computed field called "Last Refund Date" that we can use to filter the order data for this use case. To export onl…
You can set up a Product CSV export with EZ Exporter containing only products/variants that belong to a specific collection or set of collections usi…
With EZ Exporter, you can schedule an automated export of your Shopify orders as freqent as every 15 minutes in CSV or Excel formats. You can choo…
In the Data Settings, under Filters > Created, select the last option "Custom". When you select this option, you'll be provided w…
The "Additional Details" section shown in the Shopify Admin's order detail page is stored in a field called note_attributes (also known…
The "Additional Information" section of the Shopfy Admin's order detail page provides additional fields that are required by certa…
You can use the formula below in the Calculated Fields when exporting Order data to extract the value of the Codice Fiscale (optional) field: se…
You can use the formula below in the Calculated Fields when exporting Order data to extract the value of the CPF/CNPJ field: search_attributes({…
The Shopify Order API provides the prices both in the presentment currency (i.e. the customer's local currency) and the shop currency. To …