How can I export the "On Hand" inventory quantity from Shopify?
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…
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…
You can use the formulas below in the Calculated Fields to export tracking info of Shopify Order Returns at the order level or line item le…
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…
The shipping discount applied to the order is stored in the discount_applications field, which is an array of discounts. You can use thi…
EZ Exporter can export the B2B company name, company external ID, location name, and location external ID as part of a Shopify Order data export. …
In Shopify's default order CSV export, there's a column called "Payment ID" which Shopify describes as this: A unique ID sent …
In Shopify's default order CSV export, there's a column called "Payment References" (the "Payment Reference" (singular) c…
Note: Depending on the payment gateway, this information may or may not be available. The payment gateway may provide additional information in th…
You can use the formulas below in the Calculated Fields to extract the total duties amount in the shop's currency from the Shopify order: …