EZ Inventory Update: JSON Feed Format Now Supported

JSON data feed format is now supported in EZ Inventory!

This allows you to upload a JSON file or use a web feed/REST API endpoint that returns JSON data as a data source when updating the inventory quantity of products/variants in your Shopify store.

The JSON data just needs to have a list of products and you can specify the specific key that contains this data in the app.  If the data structure has a variants subfield, our app can …

Read more

EZ Inventory Update: Optional HTTP Headers Setting Now Available for Web Feeds

We've recently pushed an update to our EZ Inventory Shopify app which allows our users to specify additional HTTP headers when pulling their product/inventory feeds.

A use case that came up was when one of our customer's supplier feed recently made a change to their website to require a 'User-Agent' header before the web request is accepted.  So having this option took care of the issue.

There are other use cases where being able to specify a custom header could come …

Read more

EZ Inventory: Using Wildcards in FTP and SFTP File Paths

In addition to using date and time variables in the file paths, EZ Inventory also now supports a wildcard variable (asterisk "*" character) when retrieving an inventory feed file from an FTP or SFTP server.

This allows our users to specify which inventory file to use based on a partial match in the filename.  This could really come in handy for files that include a full timestamp in the filename (e.g. stock_20230205_175132.csv).

For example, a merchant might want to update …

Read more

EZ Inventory: Advanced Date and Time Variable Options

EZ Inventory has supported date and time variables in the filename/file paths, URLs, and filters for some time now.  You can use the variables {{ YYYY }}, {{ MM }}, {{ DD }}, and {{ HH }}.

We've encountered a few cases where these aren't enough, however.  So we've added a new variable called {{ current_datetime }} which extends this functionality further.  With this new variable, you can include additional parameters to specify more advanced formatting, add or subtract days, and overwrite the …

Read more

EZ Inventory: Using Formulas for Mapping Product Variants in Shopify

EZ Inventory has supported using formulas for inventory quantity updates for quite some time now.  This allowed our users to use conditional logic and other data manipulation against their supplier feed's data when updating the quantity in Shopify.

We've just pushed an update to extend this functionality for mapping items from their supplier's feed to product variants in their Shopify store.  This option is now available in the Data Feed settings:

Since most merchants don't have the option to modify or customize …

Read more