Overview
Adding products is the core of your selling activity. This guide covers creating physical products, managing variants, setting prices, and optimizing listings for maximum visibility.Before You Start
Package Validity Check
If seller subscriptions are active, you need a valid seller package to add products. Check your package status in the dashboard.
- You’ll see: “Please upgrade your package”
- Navigate to seller packages and renew or upgrade
Prepare Product Information
Gather the following before creating a listing:- Product name and description
- High-quality images (minimum 800x800px)
- Category and subcategory
- Brand (if applicable)
- Pricing information
- Stock quantities
- Product variants (colors, sizes, etc.)
- Tax information
Creating a New Product
Route:/seller/products/create
Navigate to Products
From your seller dashboard, go to Products > Add New ProductScreenshot Description: Product menu with “Add New Product” button highlighted
Select Category
Choose the appropriate category for your product:
- Only root categories (level 0) for physical products are shown
- Categories are displayed with their subcategories
- Select the most specific category that fits your product
Enter Basic Information
Fill in required fields:
- Product Name: Clear, descriptive name
- Unit: Piece, kg, liter, etc.
- Description: Detailed product information
- Tags: Keywords for searchability (JSON format)
Pricing and Stock Configuration
Basic Pricing
Product Variants
If your product has variations (colors, sizes, etc.):Enable Colors
If product comes in different colors:
- Toggle
colors_active - Select available colors from the color palette
Add Attributes
For other variations (size, material, etc.):
- Select attribute type (size, material, etc.)
- Choose attribute values
Generate SKU Combinations
Click “Generate Combinations” to create all variant SKUsRoute: POST
/seller/products/sku_combinationScreenshot Description: SKU combination table showing all product variants with individual pricing and stock fieldsSKU combinations are generated from all selected options. For example:
- Colors: Red, Blue
- Sizes: S, M, L
- Results in: Red-S, Red-M, Red-L, Blue-S, Blue-M, Blue-L (6 combinations)
Tax Configuration
Category Assignment
Products can belong to multiple categories:Saving Your Product
After saving, the system clears view and application cache to ensure your product appears correctly.
Managing Existing Products
Viewing Your Products
Route:/seller/products
Editing Products
Route:/seller/product/{id}/edit
Click Edit
Click the edit icon next to the productScreenshot Description: Product list with edit icons visible for each product
Modify Product Information
Update any product details:
- Basic information
- Images
- Pricing
- Stock levels
- Variants
Update Stock Combinations
If changing variants:
- Existing stocks are deleted
- New combinations are generated
- Re-enter stock quantities
/seller/products/sku_combination_editProduct Features
Publish/Unpublish
Control product visibility:Toggle Published Status
Use the publish toggle in your product listRoute: POST
/seller/products/publishedFeatured Products
Highlight your best products:Mark as Featured
Toggle the featured status for a productRoute: POST
/seller/products/seller/featuredYour seller package may limit the number of products you can feature simultaneously.
Duplicating Products
Create similar products quickly: Route:/seller/products/duplicate/{id}
Automatic Copy
Creates a new product with:
- All product information copied
- Stock configurations duplicated
- Tax settings preserved
- New product ID assigned
Deleting Products
Route:/seller/products/destroy/{id}
Bulk Delete
Route: POST/seller/products/bulk-delete
Digital Products
If you sell digital products (ebooks, software, etc.):Creating Digital Products
Route:/seller/digitalproducts/create
Managing Digital Products
- Edit:
/seller/digitalproducts/{id}/edit - Update: POST
/seller/digitalproducts/update/{product} - Download:
/seller/digitalproducts/download/{id} - Delete:
/seller/digitalproducts/destroy/{id}
Bulk Upload
Upload multiple products via CSV: Route:/seller/product-bulk-upload/index
Download Templates
Get CSV templates:
- Category list:
/seller/bulk-upload/download/category - Brand list:
/seller/bulk-upload/download/brand
Best Practices
Product Images
- Use high-resolution images (min 800x800px)
- Show products from multiple angles
- Include scale references when relevant
- Use consistent backgrounds
- Optimize file sizes for faster loading
Product Descriptions
- Write clear, detailed descriptions
- Include key features and specifications
- Mention materials and dimensions
- Highlight unique selling points
- Use bullet points for readability
Pricing Strategy
- Research competitor pricing
- Factor in all costs (product, shipping, commission)
- Consider psychological pricing (e.g., 10.00)
- Offer bundle discounts when appropriate
SEO Optimization
- Use relevant keywords in product names
- Write descriptive, keyword-rich descriptions
- Add comprehensive tags
- Choose accurate categories
- Update regularly to maintain relevance
Troubleshooting
Q: Why can’t I add new products?A: Check if your seller package is active and hasn’t exceeded product limits. Q: Product isn’t appearing in search
A: Ensure it’s published and approved (if approval is required). Q: How do I change a product’s category?
A: Edit the product and select new categories, then save. Q: SKU combinations aren’t generating
A: Ensure you’ve selected at least one option (color or attribute value).