Home > Docs > WordPress Users & WooCommerce Customers Import Export > How to Bulk Update Existing WooCommerce User Details

How to Bulk Update Existing WooCommerce User Details

Last updated on April 24, 2026

Existing WooCommerce user details can be updated in bulk using the WordPress Users & WooCommerce Customers Import Export plugin by importing a file and configuring update options during the import process. You can update user data either by modifying values during column mapping or by using advanced options to update matching records.

To import or update the existing user details:

  1. Go to WebToffee Import Export (Pro) > Import
  2. Select the post type as Users/Customers
  3. Upload the import file with updated user data
  4. Proceed through the import steps
  5. Choose how to update existing users (Evaluate field or Advanced options)
  6. Run the import

For a detailed import workflow, refer to How to import users.

Method 1: Using evaluate field

Once you reach Step 3, you can map and reorder the import columns under the following 3 fields:

  1. Default fields: The column names appearing in this section can be edited if required. The preferred names and choices that were last saved can be viewed on choosing a pre-saved template. One can also move the columns to reorder the arrangement.
  2. Meta(custom fields)
  3. Hidden metaWooCommerce-User-Import-map-and-reorder

Evaluate field

This field is used to append a value/expression to an existing item while importing. It basically selects/maps any column from the input file and compute the values with expressions and creates output.

  • Expression: Any of the operators +*/-()&@ or string constants can be used along with the attributes to manipulate the respective value. Enclose the operations within square brackets. E.g. if you want to increase the stock quantity of all imported products by 5 units during import simply use [{_stock}+5].
  • Input: Select the column from the dropdown which has to be modified.
  • Output: Sample value will be created based on the first record from input file.

Method 2. From Advanced options

Once you reach Step 4, you get advanced options to update the existing user’s data.
update existing user data on user import

Here, one can set If the user exists in the store to:

  • Update: to update the existing user data as per the input file
  • Skip: to skip the matching user from the input file.

To know more about the plugin, click: WordPress Users & WooCommerce Customers Import Export