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 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

EZ Exporter Update: Shopify Bundles Info Now Available in Order Exports

The following "Lineitem Group" fields are now availabe in EZ Exporter when creating Shopify order reports:

  • line_items.line_item_group.idLineitem Group ID (type: text)
  • line_items.line_item_group.quantityLineitem Group Quantity (type: number). The quantity of the line item group (bundle)
  • line_items.line_item_group.titleLineitem Group Title (type: text). The title of the line item group (bundle) to which the line item belongs to

If you use the official Shopify Bundles app, these fields will provide the data about the bundle each …

Read more

EZ Exporter Update: Amazon S3 Integration Now Supports Custom Endpoints for S3-Compatible Storage Services

We had a Shopify merchant using our EZ Exporter app recently asked us about exporting data to a cloud storage service which happens to be S3-compatible.

In the past, merchants that have used our Amazon S3 integration have always had their own AWS account, so we actually didn't know about this use case where other cloud storage providers offer their own storage service built on top of S3 and compatible with the S3 API.

With this new update, we added an option …

Read more