EZ Inventory: Faster Updates of the Product Listing Page with Shopify Webhooks

We've recently implemented listening to Shopify webhooks in our app EZ Inventory. This allows our app to capture the changes from your Shopify store almost instantly (usually within just a few seconds of the change).

For example, if you change the SKU or barcode of a variant via the Shopify admin, the Shopify API will notify our servers of this change so that variant record can be updated with the latest data in our database as well.

We've had …

Read more

Updating Inventory Quantity in Your Shopify Store Using Formulas with EZ Inventory

We've recently pushed an update to our Shopify inventory management app, EZ Inventory, to allow our users to be able to use formulas when setting the inventory quantity of the products in their Shopify store.

This feature was actually requested by one of our customers. In their inventory feed, they needed to subtract the values of two columns and use the difference as the inventory quantity for their Shopify store. The system that generates the data feed for them …

Read more

EZ Inventory: Using Date Variables in File Paths, URLs, and Filters

Our Shopify inventory management app, EZ Inventory, now supports dynamic date variables in the file paths, URLs, and filters.

This update provides a way to retrieve an inventory feed that uses dates in the file path or URL. The feed data can also now be filtered based on the current date.

Below is a list of the available date variables that you can use:

  • {{ YYYY }} - the current year (e.g. 2018)
  • {{ MM }} - the current …
Read more

EZ Inventory: Feed Data Filtering Now Available

We were working with one of our EZ Inventory customers recently and ran into an issue where their inventory feed contains inventory data for all their warehouses.

This wouldn't have been an issue if their store is enabled for multi-location inventory, but Shopify hasn't released this feature yet to merchants. It's currently only available for test/development stores.

In their specific case, they basically wanted to sync the inventory only from one of those warehouses in their feed with their Shopify …

Read more

Automatically Set, Increase, or Decrease Inventory Quantity in Your Shopify Store with EZ Inventory

We've recently received a feature request from one of our EZ Inventory customers to provide a different way of updating inventory quantities in his Shopify store.

Originally, our app simply set/replaced the variant quantity in Shopify with what's provided in the inventory feed. But our customer needed a way to basically add to his Shopify inventory based on the data provided in his data feed.

We can definitely see the different use cases for this, such as if the store …

Read more