EZ Exporter Update: B2B Company Fields Now Available in Shopify Order Exports

EZ Exporter can now export Shopify B2B Company fields such as the Company Name, Company ID, Location Name, and Location ID when exporting order data.

To include these fields in your order data export, simply use the following variables in the Custom Fields or Calculated Fields of the Data Settings (we're intentionally not including them in the preset fields as these will only apply to a small number of our users):

  • {{ purchasing_entity.company.name }}
  • {{ purchasing_entity.company.external_id }}
  • {{ purchasing_entity.location.name }} …
Read more

EZ Exporter Update: New Product and Inventory Fields

We've added new fields to EZ Exporter's product exports.

New Product Category Fields

category.full_name Category Full Name (type: text). The full name of the taxonomy category. For example, Animals & Pet Supplies > Pet Supplies > Dog Supplies > Dog Beds.
category.name Category Name (type: text). The name of the taxonomy category. For example, Dog Beds.

Sample Output:

New Inventory Quantity Fields

In the past, only the "available" quantity was available for export.  This update now allows …

Read more

EZ Importer Update: Migration to Shopify's New GraphQL Product APIs Complete

EZ Importer has successfully migrated to use the new Shopify GraphQL Product APIs, which support up to 2048 (aka 2K) variants per product.

This new limit is a big improvement from the 100 variants per product limit with the old APIs.

When using the Link By SKU feature, the Shopify API will pick up any new variants that exceed the previous limit of 100. This is all handled by our app internally, so there is no change or update that …

Read more

EZ Exporter Update: Migration to Shopify's New GraphQL Product APIs Complete

EZ Exporter has been successfully migrated to use the new Shopify GraphQL Product APIs which provide support for up to 2048 (aka 2K) variants per product.  This means that our app will be able to export more than 100 variants per product (the current variant limit) once this option for the increased variant limit has been enabled on your Shopify store.

While the way GraphQL fields are formatted is different from REST (camel case vs snake case), we kept the …

Read more

EZ Inventory Update: Migration to Shopify's New GraphQL Product APIs Complete

EZ Inventory has been successfully migrated to use the new Shopify GraphQL Product APIs which provide support for up to 2048 (aka 2K) variants per product.

This new limit is a big improvement from the 100 variants per product limit with the old APIs.

All the changes are on the backend, so users of our app don't need to do anything.  Our app will automatically pick up the new variants created that go over the previous limit of 100 after …

Read more