Import wishlists
File structure
Wishlist Power lets you import your customers' wishlists from other platforms into the app. To do that, you will have to import a CSV file that will contain the following columns:
customerId
*: Shopify customer ID (123456)email
*: customer's email (john.doe@example.com)productId
: Shopify product ID (123456)variantId
: Shopify variant ID (123456)dateAdded
: date and time when the customer added the product to their wishlist. The format follows the ISO 8601 standard:YYYY-MM-DDTHH:MM:SS±HHMM
.For example:
2025-03-31T02:37:00+0200
2025-03-31
is the date (year-month-day)T
separates the date and time02:37:00
is the time (hours:minutes:seconds)+0200
is the time zone offset from UTC (in this case, UTC+2 hours)
*Mandatory fields
You can specify either the productId
or the variantId
You can find here a CSV file template.
Upload the import file
Once your CSV file is finalized, you can upload it to the Wishlist Power app. To do that, go to the Customers list menu.
Then, click on the "Import" button in the top right corner. A pop-up will open. Drop your file in it.
After dropping your import file, click on the "Import" button. Once completed, you will be able to download a report file with errors, if there are any.