How can I export the "Committed" inventory quantity from Shopify?
In EZ Exporter's Product export, you can select the field variants.inventory_levels.total_committed to export the total committed 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…
You can select the field current_shipping_price_set.shop_money.amount to export the curent total shipping price the customer paid after order edits, …
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…