To export your customers, go to WP All Export › New Export and select WooCommerce Customers. Next, drag and drop from the Available Data section to create your export file. Then run the export and download your CSV or XML.
WordPress Users vs WooCommerce Customers
A WooCommerce customer is a specific type of WordPress user.
When someone visits your WooCommerce site and creates a purchase, WooCommerce creates a user account for them. This user account is assigned the role customer, with a set of WooCommerce specific data attached to their account.
Drag and Drop to Export WooCommerce Customer Data
All data tied to WooCommerce customers is in the Available Data section. Drag and drop data elements from right to left to customize your export file.
Exporting WooCommerce Customer Data
WooCommerce customer data is divided into four different sections: Standard, Address, Custom Fields, and Other.
Standard
All basic export fields tied to your WooCommerce customers are in Available Data › Standard. This data is standard for all WordPress user accounts:
ID: Customer ID, which is actually the user ID assigned by WordPressUsername: The username the user chose when creating their accountUser Email: Email address associated with the customer accountFirst Name: Customer's first nameLast Name: Customer's last nameUser Registered: Date when the customer registeredUser Nicename: Sanitized version of the usernameUser URL: Website associated with the customer accountDisplay Name: The name to be displayed publicly, which is selected in WordPress as either the username, first/last, or nicknameNickname: A name chosen by the user to be displayed on the frontendDescription: A description of the user, also labeled as Biographical Info in WordPress
Address
Address fields tied to your WooCommerce customers in Available Data › Address. These address fields are added by WooCommerce and stored in WordPress as custom user meta.
Every customer in WooCommerce has a billing address and a shipping address. Both sets of addresses are organized in the same way:
First NameLast NameCompanyAddress 1Address 2CityPostcodeCountryStateEmailPhone
Custom Fields
Custom fields added to your WooCommerce Customers are in Available Data › Custom Fields. Custom fields are extra information (or metadata) added by your plugins or themes, and they are automatically detected by WP All Export.
For example, WooCommerce adds an "_order_count" custom field which keeps track of how many orders a customer has done.
Other
Other less used export fields tied to your WooCommerce customers are in Available Data › Other.
Exporting WooCommerce Customer Passwords
To export a WooCommerce customer password, include the User Pass export field from Available Data › Other.
These are hashes of the passwords, not the passwords themselves. Hashing is a one-way action that irreversibly scrambles a string of text. It is not possible to reverse the hashing process and reveal the original password. You can, however, import the hashed passwords back into WordPress and customers will be able to log in with their old password.