Upload Customer CSV
CSV File Format Guide
Ensure your CSV file has a header row with the following columns (case-insensitive, order doesn't strictly matter but matching names help):
FirstName
(Required)LastName
(Required)SerialNumber
(Optional)Email
(Optional)PhoneNumber
(Optional)SelectedProductId
(Optional, ID of the product the customer is interested in)IdCardNumber
(Required by API, ensure it's handled correctly for encryption)DateOfBirth
(Optional, format e.g., YYYY-MM-DD)NintendoId
(Optional)
Note: The system will attempt to match CSV headers to customer properties. For `SelectedProductId`, provide the numerical ID of the product.