HomeDocumentationQuick StartImporting Products
All Documentation

Importing Products

Add your product catalog to SmartWMS

2 min read

Importing Your Product Catalog

SmartWMS offers multiple ways to add products to your catalog. Choose the method that best fits your needs.

Method 1: Excel/CSV Import (Recommended)

The fastest way to add multiple products:

#### Step 1: Download the Template

  • Go to Inventory → Catalog
  • Click ImportDownload Template
  • Open the Excel file
#### Step 2: Fill in Your Data

Required columns:

ColumnDescriptionExample
SKUUnique product code"PROD-001"
NameProduct name"Widget Blue"
BarcodeEAN/UPC code"4006381333931"
Optional columns:
ColumnDescription
CategoryProduct category
UnitUnit of measure (pcs, kg, m)
Min StockMinimum stock level
Max StockMaximum stock level
CostPurchase cost
PriceSelling price
WeightProduct weight
DimensionsL x W x H
#### Step 3: Upload the File

  • Click ImportUpload File
  • Select your Excel/CSV file
  • Map columns if needed
  • Click Import
#### Handling Errors

If errors occur during import:

  • Download the error report
  • Fix the highlighted rows
  • Re-import only the corrected rows

Method 2: Manual Entry

For adding individual products:

  • Go to Inventory → Catalog
  • Click + New Product
  • Fill in the product details:
- Basic info (SKU, name, description) - Identifiers (barcode, supplier code) - Dimensions and weight - Stock settings

Method 3: API Integration

For automated product sync:

POST /api/v1/products
{
  "sku": "PROD-001",
  "name": "Widget Blue",
  "barcode": "4006381333931",
  "category": "Widgets",
  "unit": "pcs"
}

See API Documentation for details.

Setting Initial Stock Levels

After importing products, set initial quantities:

  • Go to Inventory → Adjustments
  • Click + New Adjustment
  • Select reason: Initial Stock
  • Add products and quantities
  • Confirm adjustment

Barcode Setup

SmartWMS supports multiple barcode formats:

  • EAN-13 - Standard retail barcode
  • Code 128 - Alphanumeric codes
  • QR Code - 2D codes with more data
  • DataMatrix - Small items, pharmaceuticals
Configure barcode settings at Configuration → Barcodes.

Next Steps

With products imported, proceed to Your First Order to learn the order fulfillment process.

Need help?

Can't find what you're looking for? Our support team is here to help.

Contact Support →