Changelog

Subscribe to all updates via RSS Feed or on Twitter to stay up-to-date with changes to our apps.

Open RSS Feed
Automatic Order Tags Bulk Product Editor Email Reports Link Manager Platform WooCommerce Importer

Published on 2024-01-22

When you run a spreadsheet edit in the app there's an option to download a report of the rows in your spreadsheet that didn't match any products in Shopify. This can be helpful in identifying any Shopify products that are missing or mis-labled.

We've updated this unmatched rows report to include the column names from the original file. Previously the columns were numbered sequentially but now you'll see the actual names of the columns which should make it easier to identify the missing products.

Published on 2024-01-19

When you look at the details for a spreadsheet edit in the app, there's a View Configuration button on the top of the page which will show you the column mappings used for the spreadsheet edit. We've updated this screen to also show whether the 'Skip unchanged rows' option was selected for the edit:

Learn more about skipping unchanged rows in spreadsheet edits.

Published on 2024-01-19

We've improved the error message that's displayed when you hit the daily variant limit with an in-app edit. Previously the app would just show that the edit errored out but now the message will tell you why.

This message was already displaying if you hit the variant limit when creating variants with a spreadsheet but now will also appear when adding variants with an in-app edit.

Published on 2024-01-17

When you upload an Excel spreadsheet to the Bulk Product Editor the app will automatically choose the first sheet in the workbook to use. Previously this could lead to a hidden sheet being selected if it was in the first position in the workbook. We saw this will working with some other tools that would automatically insert an hidden sheet at the start of the workbook when you export data.

Now the app will ignore hidden sheets and instead choose the first visible sheet of an Excel workbook. This should cause things to function as expected, the first visible sheet in an Excel workbook will be the one the app uses.

Published on 2024-01-02

Previously the option to skip unchanged rows for spreadsheet edits would not work if the spreadsheet edit was only updating inventory levels. This was because the app uses different API calls to update inventory levels that's faster than the typical edits.

Now, if you select 'Skip unchanged rows' for a spreadsheet edit, that will also work for edits that are just modifying the inventory levels.

You can find the option to skip unchanged rows for a spreadsheet edit by clicking on the Advanced button after uploading a spreadsheet to the app.

Learn more about skipping unchanged rows in spreadsheet edits.

Published on 2023-12-14

When you create an text metafield in Shopify you have the option to limit the values to a set of choices. This makes it easier to ensure you don't have unexpected or unhandled data in the metafield.

Now, when you go to edit these text metafields with a preset list of choices, you'll see an dropdown with the available options:

This will help prevent accidentally trying to set the metafield to an invalid value.

Published on 2023-12-08

Now you can access properties about a collection through a collection reference metafield. Previously if you access a collection reference through a code snippet:: you would just see the ID of the object, like gid://shopify/Collection/1234567890.

With this change you now have access to the collection's ID, title, handle, description, and the date it was published. This works for both collection references and lists of collection references.

Learn more about using Liquid code snippets to edit products in Shopify.

Published on 2023-11-29

You can now search for all products with a duplicate title from directly with in the app. When used with the 'Date Created' filter this will help manage duplicate products on your store.

Learn more about searching for Shopify products with duplicate titles.

Published on 2023-11-29

Code snippets allow you to write code in Liquid to set different product fields. We've released several updates to the Code snippets to improve their usability:

  • The parse_json filter is more generous when converting a string to a JSON object. It will accept things like trailing commas in lists that aren't part of the official JSON specification
  • Number and boolean metafields are now rendered as number and boolean objects instead of strings. For example, a number metafield will now render as 123 instead of "123"
  • We fixed a bug where in some cases you could not read product metafields after setting one

Learn more about Code snippets.

Published on 2023-11-15

You can now use the Bulk Product Editor to edit metaobject references on your products and variants. You can do so through either an:: in-app edits or with a spreadsheet.

Learn more about bulk editing metaobjects in Shopify.

For the last three years we have implemented a feature freeze during the Black Friday/Cyber Monday season. The primary goal is to maintain the stability of our app.

We've found that, after a certain point, most of the bugs we encounter stem from recent changes or additions to the app. By refraining from making any changes or introducing new features for a brief period, we can minimize the chances of disruptions and ensure smooth operation throughout the holiday season.

Our feature freeze will be in effect from the end of November 15th to November 29th, lasting for two weeks. During this period, we won't be releasing new features. However, please rest assured that we will address any critical problems or issues promptly to minimize disruptions to your business operations.

Published on 2023-11-10

We've optimized the spreadsheet editing process in our app to make your edits faster and more efficient.

Now, when uploading a spreadsheet, you have the option to skip unchanged rows, allowing for quicker edits, especially when dealing with numerous products where only a handful differ. Simply utilize the "skip unchanged rows" option in the advanced settings during the upload.

For a detailed guide, check out our knowledge base article on skipping unchanged rows.

Published on 2023-11-10

We've streamlined the process of deleting metafields in our app for a more consistent and user-friendly experience. Now, you can delete metafields in two straightforward ways: either through an in-app edit by selecting "delete metafield," or by formatting a spreadsheet with "delete" in the cell.

For additional details and guidance, check out our knowledge base article on bulk deleting metafields in Shopify.

Published on 2023-11-10

We've upgraded your editing experience by introducing more descriptive titles for edits. Instead of generic labels like "edit SKU" or "edit title," you'll now see specifics such as "decrease price by 20%."

This improvement makes it easier to locate and identify your previous edits, streamlining your workflow.

Published on 2023-11-02

Now, you can effortlessly connect inventory to different locations in Shopify automatically.

With this update, you can use product rules to automatically connect and disconnect inventory to specific locations. This means that as soon as a product is added to your Shopify store, it will be associated with the correct inventory locations, saving you time and ensuring your inventory is always in sync.

Published on 2023-11-02

With code snippets, you can craft custom logic in the Liquid template language to modify and monitor your product data.

In this update, we've introduced two new filters to simplify the process of adding or removing items from lists, making it especially convenient when handling meta fields with lists of strings.

Learn more about these new filters and how to make the most of Liquid code snippets

Published on 2023-11-01

Now, when you use the search function within the Bulk Product Editor, you have the option to enter a product or variant ID directly.

This means that if you have a product ID in a spreadsheet or any other source, you can effortlessly navigate to that specific product by hitting Ctrl or Command + K, pasting the ID, and pressing Enter. You'll be swiftly directed to the product or variant associated with the ID you provided.

Published on 2023-10-23

We've made some important changes to how the app handles SKUs.

As technology evolves, we increasingly encounter a multitude of characters beyond the traditional ASCII set, including Unicode characters and special characters. These characters may look similar to standard ones but can cause issues when used in SKUs.

Our update addresses this by improving how we handle and search for Unicode and special characters within SKUs. This ensures that you can find products by SKU, even if they include these non-standard characters.

Published on 2023-10-19

You can now write your own logic to update your products with code snippets. Code snippets are written in the Liquid language (also used by Shopify themes) and give you a powerful tool to keep your product data in sync.

Using a few lines of code and the assign operator, you can set your product data according to your business requirements.

You can then apply to the code snippet to your products using an in-app edit. For more automation, you can combine the code snippet with product rules, so that the code snippet to applied to product whenever they are created and/or updated.

You can use this to do things like automatically set your Google Shopping fields, make sure products are in the right collections, or have the right tags.

Learn more about using Liquid code snippets.

Published on 2023-10-11

In the Export History, you can now effortlessly manage all your product exports, including those you've scheduled to repeat at regular intervals.

We've added a brand new "Status" tab, which allows you to see at a glance if you have any paused exports. You can also change the status to paused/active by clicking on the status badge.

Page 2 of 6

Subscribe to our Newsletter

Sign up to receive our monthly roundup of ecommerce news, interviews and product updates