Import lots from CSV
Upload a CSV file with columns: Name, Email, Lot Number, Lot Name, Description, Quantity, Reserve Price, Buy Now Price, Category, Breeder Points, Donation{% if auction.use_custom_checkbox_field and auction.custom_checkbox_name %}, {{ auction.custom_checkbox_name }}{% endif %}{% if auction.custom_field_1 != "disable" and auction.custom_field_1_name %}, {{ auction.custom_field_1_name }}{% endif %}{% if custom_dropdown_enabled %}, {{ auction.custom_dropdown_name }}{% endif %}
If lot number is provided, the existing lot will be updated. Otherwise, a new lot will be created for the user (matched by email or name).