EZ Importer Now Supports Importing Draft Orders

With our latest EZ Importer release, you can import Draft Orders into your Shopify store. This allows you to import orders that have yet to be paid or are incomplete. Many of our customers take orders from outside sources on behalf of customers, and importing them as draft orders gives you much more flexibility to make changes later.

Importing Draft Orders works similarly to Orders, but some key differences exist.  The import process itself is the same. However, there are …

Read more

EZ Exporter Update: Export Delivery Instructions From a Shopify Order

Shopify recently added the "Delivery Instructions" information to the 2024-07 release of the Shopify REST API.

This is the optional information that the customer entered on the Shopify checkout page when choosing "Local Delivery" for the shipping:

In the Shopify Admin, this is displayed at the top right of the order detail page:

We've updated EZ Exporter so you can now include this information as part of your Shopify order CSV or Excel export.  You can select the following fields …

Read more

EZ Exporter Update: New Order Risk Assessment Fields

Shopify has deprecated the Order Risk endpoints starting from the 2024-04 version of the REST and GraphQL APIs in favor of a new Order Risk Assessment endpoint.

We've pushed an update to EZ Exporter to support this new endpoint and the following fields can now be selected when creating a Data Settings for Shopify Order data.

risk.assessments Risk Assessments (type: text). The risk assessments for the order in JSON format.
risk.assessments.facts Risk Assessments - Facts (type: text). Optional …
Read more

EZ Fulfill Now Supports Custom Endpoints for S3-Compatible Storage Services

If you've been using our exporting app, EZ Exporter, you may be familiar with a recently launched feature that allows you to export your data to an S3-compatible cloud storage service. With our latest release of EZ Fulfill, you can now read files from an S3-compatible cloud storage service as well.

Previously, you had to have your own Amazon S3 account to use our Amazon S3 integration. With our latest release, we've added an option to our Amazon S3 …

Read more

EZ Exporter Update: New Shipping Line Fields in Shopify Order Exports

We've pushed an update to EZ Exporter adding new pre-computed shipping-related fields to Shopify order data exports.  This eliminates the need to use complex formulas to parse the shipping_lines and refunds fields to figure out the current shipping prices after order edits and refunds.

The following fields are now available:

  • shipping_lines.current_total_priceShipping Lines Current Total Price (type: number). The current total shipping price (before discounts and taxes) for this order after order edits and refunds.
  • shipping_lines.tax_lines.current_total_priceShipping …
Read more