How do I export the total of all line item discounts in the order? EZ Exporter
When an "Automatic Discount" is applied to specific line items in the Shopify order, the discount information is stored in the fi…
When an "Automatic Discount" is applied to specific line items in the Shopify order, the discount information is stored in the fi…
To export the total refunded line item quantity from a Shopify order, you can use the formula below in the Calculated Fields section of EZ Expor…
If you're a bakery, for example, you may provide an option to your customers to specify the Delivery Date or Pickup Date when they place an order…
The Shopify API doesn't provide a fulfilled_at field that EZ Exporter can filter directly. However, the API does provide the list of fulfillme…
There may be times where you want to export all Shopify orders that are either in open or closed status and exclude those that are cancelled. Sinc…
You can use the formula below in EZ Exporter to remove duplicate spaces from the Shopify field value: " ".join({{ field_id }}.split())…
We have a function called strip_html_tags() that can do this for you. For example, in the Calculated Fields section of a Product Data Setting…
You can use the .strip() method to remove all leading and trailing spaces or line breaks from the data. For example, if the order's note field…
Some systems may not be able to parse the CSV file properly if the field data contains newline characters or line breaks.In the Data Settings, under …
The payment_gateway_names field is in JSON format by default and will look something like this: ["gift_card", "shopify_…
Your supplier or 3PL provider might require you to use special codes to replace the name of the shipping method you selected in Shopify whe…
There's a field called line_items.price which is the unit price of each item ordered before any discounts have been applied. For the line item…
EZ Fulfill requires that you provide all your order data in separate rows. For example, if you're fulfilling your orders by SKU, you must p…
When working with date fields we recommend you use ISO 8601 Format, however we do realize that not all systems may be able to support this forma…
EZ Fulfill uses the fulfillment order on your order when creating fulfillments. If the fulfillment orders are not at the correct location or yo…