CSV Import
You can import existing wishlist data from any source using a CSV file. This is useful when switching from another wishlist app.
CSV format
Your CSV file should have the following columns:
| Column | Required | Description |
|---|---|---|
customer_id | Yes | Shopify customer ID |
product_id | Yes | Shopify product ID |
variant_id | No | Shopify variant ID |
handle | No | Product handle (URL slug). Enables delete-by-handle for imported items |
added_at | No | ISO 8601 timestamp (defaults to import time) |
Example
customer_id,product_id,variant_id,handle,added_at12345,8012345678,44012345678,classic-white-tee,2025-06-15T10:00:00Z12345,8098765432,,running-shoes-pro,2025-07-01T14:30:00Z67890,8012345678,44012345678,classic-white-tee,2025-08-20T09:00:00ZImporting
- Open the SimplerSuite Wishlist dashboard
- Go to Settings → Migration
- Upload your CSV file
- Review the preview and click Import
The import processes synchronously and returns a summary of imported and skipped items. For large files, split your CSV into batches of 500 rows or fewer to avoid request timeouts.
Exporting
To export your current wishlist data as CSV, go to Settings → Migration → Export. This is available on the Starter plan and above.