How can I export the customer's device information from a Shopify order?
In EZ Exporter, simply select the field called client_details.user_agent to export this information. The data will tell you whether the customer w…
In EZ Exporter, simply select the field called client_details.user_agent to export this information. The data will tell you whether the customer w…
You can select the field called browser_ip to export this information when exporting Order data with EZ Exporter.
To export the total across all locations, you use the formula below in the Calculated Fields: get_total([i.quantity for i in load_json_data…
In the Shopify Admin's order detail page, you will see a section called "Delivery Instructions" if a customer entered additional inform…
For the "Shopify Payments" gateway, the exchange is stored under refunds > transactions > balance_transaction > exchange_rate. …
In EZ Exporter's Product export, you can select the field variants.inventory_levels.total_incoming to export the total incoming quantity for the …
The "Incoterms" (International Commerce Terms) are stored in the fulfillment_orders > international_duties field of the Shopify ord…
You can use the formula below in the Calculated Fields to calculate the line item total price after discounts: {{ line_items.total_price }}…
You can use the formula below in the Calculated Fields to extract the line item's unit price from the Shopify order in the customer's lo…
You can use the following formulas in the Calculated Fields to export the total returned quantity based on different return status: Lineitem Retur…
In the Data Settings, under Custom Filters, you can add this filter to only export line items that were removed via an order edit or fully refunded: …
In EZ Exporter, simply select the field app.name in the Data Settings to include this data in your Shopify order export:
You can use the formula below in the Calculated Fields to pull out this data from the payment_terms field: get_value_by_position(sorted([i.due_a…
In EZ Exporter's Product export, you can select the field variants.inventory_levels.total_on_hand to export the total on hand quantity for t…
To export the total across all locations, you use the formula below in the Calculated Fields: get_total([i.quantity for i in load_json_data…