> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mypopup.shop/llms.txt
> Use this file to discover all available pages before exploring further.

# Product Management

> Add, edit, and organize your products

## Adding Products

### Basic Information

```
Title: Premium Cotton T-Shirt
Description: Comfortable 100% cotton crew neck tee
Price: ₹499
Category: Clothing
SKU: SHIRT-001 (optional)
Stock: 50 units
```

### Product Images

**Upload Methods:**

1. Take photo with camera
2. Choose from library
3. Generate with AI (DALL-E 2)

**Requirements:**

* Minimum 800x800px
* Max 5MB per image
* Up to 5 images per product
* First image is the thumbnail

### AI Image Generation

Prompt examples:

```
"Premium cotton t-shirt on white background, product photography"
"Handmade ceramic mug with minimalist design, studio lighting"
"Leather wallet on marble surface, professional product photo"
```

***

## Product Variants

Add size/color/style options:

**Example: T-Shirt**

```
Size: S, M, L, XL
Color: Red, Blue, Black, White
```

Creates combinations:

* S-Red, S-Blue, S-Black, S-White
* M-Red, M-Blue, M-Black, M-White
* ... (16 total variants)

Each variant can have:

* Separate price
* Separate stock count
* Separate SKU

***

## Categories

Organize products into categories:

* Electronics
* Clothing
* Home & Kitchen
* Beauty & Personal Care
* Books
* Custom categories

Filter by category on storefront automatically.

***

## Inventory Management

### Stock Tracking

* Set stock level per product/variant
* Low stock alerts (coming soon)
* Auto-disable when out of stock

### Bulk Actions

* Select multiple products
* Update prices
* Change categories
* Enable/disable products

***

## SEO Optimization

### Product Title

✅ Good: "Premium Cotton T-Shirt - Comfortable Crew Neck Tee"
❌ Bad: "Shirt"

### Description

Include:

* Key features
* Materials/specifications
* Size guide
* Care instructions

AI can help generate SEO-friendly descriptions!

***

## Product Status

* **Active**: Visible on storefront
* **Draft**: Hidden, work in progress
* **Out of Stock**: Visible but not purchasable

<Card title="Next" icon="arrow-right" href="/seller/order-fulfillment">
  Learn how to fulfill orders
</Card>
