How can I export the "Damaged" inventory quantity from Shopify?
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…
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 …
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…
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'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…
In EZ Exporter, you can select the field source_identifier to export the data containing the Shopify POS order's receipt number. This field wi…
The referral code displayed in the Shopify Admin's "Conversion summary" section is part of the landing_site data. The raw data may look something li…
The refund transaction data in the Shopify order only provides the amount in the customer's currency. A workaround to get the refund amount in…
In EZ Exporter, we have a preset field called refunds.id, which is a comma-separated list of refund IDs for the entire order. If you nee…
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…
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…