{% extends "core/base.html" %} {% load static %} {% block title %}Bulk Import Products - SwiftPOS{% endblock %} {% block topbar_title %} Bulk Import Products {% endblock %} {% block content %}
Bulk Import Products

Upload a CSV file to quickly create or update products.

Back to Products
{% csrf_token %}
CSV headers: name, sku, category, cost_price, selling_price, stock_quantity, min_stock, description.

Need a template?

Download a ready-made CSV file and just fill in your products.

Download CSV Template
{% endblock %}