How can I export Shopify orders where the fulfillment status is "Ready for pickup"?
In the Shopify Admin, the display value "Ready for pickup" under the "Fulfillment status" column is based on the following condit…
In the Shopify Admin, the display value "Ready for pickup" under the "Fulfillment status" column is based on the following condit…
First, set Filters > Payment status to "Any". Then under the Custom Filters section, we can do more advanced…
The Shopify API doesn't have an "Overdue" payment status. However, there's a payment_terms field that has a sub-attribute called…
You can use the formula below in the Calculated Fields to filter the order timeline entries (aka "order events") and only include those rel…
You can export Shopify Product Metafields with EZ Exporter by simply specifying the namespace and key. In the Data Settings, under the "Metaf…
You can export Shopify Variant Metafields with EZ Exporter by simply specifying the namespace and key. In the Data Settings, under the &…
The line item properties (custom product options) data is store in the field line_items.custom_attributes of the Shopify Abandoned Checkout data…
The note attributes (aka "cart attributes") data is store in the field custom_attributes of the Shopify Abandoned Checkout data. …
The Shopify API only provides the 2-letter country code. However, a workaround is to use a formula like this in the Calculated Fields to perform a…
In EZ Exporter's Product export, you can select the field variants.inventory_levels.total_available to export the total available quantity f…
In EZ Exporter's Product export, you can select the field variants.inventory_levels.total_committed to export the total committed quantity f…
When creating a Data Settings for Product data, you'll see the following fields which will export the values of the different options: …
Depending on the payment gateway, the transaction fee may or may not be availabe in the Shopify order transaction data. The data structure coul…
EZ Exporter can pull the current inventory levels of each line item at the inventory locations where they're stocked as part of an order dat…
When you edit an order and remove a shipping line, the value of the shipping_lines.total_price field will still include that removed shipping li…