Products
The Products section is where you build your entire catalog — from individual items and their variants to the categories and collections that organize them.
1. Creating a Product
Navigate to Products → All Products → New Product.
Fill in the following fields:
| Field | Description |
|---|---|
| Name | The product’s display name shown to customers |
| Categories | One or more categories this product belongs to |
| Tags | Comma-separated keywords for search and filtering |
| Return Policy | The number of days customers have to return this item (e.g. 14 days) |
[!NOTE] A product without any published variants will not be visible to customers, even if it is set to “published.”
2. Product Variants
Each product needs at least one variant — a specific, purchasable version of the product (e.g. “Red / Medium / In Stock”).
For each variant, fill in:
| Field | Description |
|---|---|
| SKU | A unique identifier for this variant (e.g. TSHIRT-RED-M) |
| Price | The selling price in your store’s currency |
| Stock Quantity | How many units are currently available |
| Images | One or more images specific to this variant |
| Thumbnail | The primary image shown on product listings |
[!TIP] Use a consistent SKU format across your catalog (e.g.
CATEGORY-VARIANT-SIZE) to make inventory management easier.
3. Product Options
Options define the dimensions that vary across your variants — for example, Color and Size.
To add options:
- Go to the product edit page → Options section
- Click Add Option
- Enter the option name (e.g. “Color”) and its values (e.g. “Red, Blue, Green”)
- Repeat for additional options (e.g. “Size” → “S, M, L, XL”)
Once options are defined, the system maps each combination (e.g. Red + M) to a variant. You can then assign the correct SKU, price, and stock to each.
[!NOTE] If your product has only one version (no size or color variation), you still need one variant. Create a single variant with a generic SKU like
PRODUCT-DEFAULT.
4. Publishing and Unpublishing Products
A product can be in one of two states:
| State | What it means |
|---|---|
| Published | Visible to customers on the storefront |
| Unpublished | Hidden from customers; still accessible in your dashboard |
To change a product’s publish state:
- Open the product edit page
- Find the Status toggle in the top-right panel
- Toggle between Published and Draft
- Click Save
5. Setting a Default Variant
When a customer opens a product page, the default variant is pre-selected. To set one:
- Open the product edit page → Variants section
- Find the variant you want as default
- Click the Set as Default option in that variant’s menu
- Save the product
[!TIP] Set your most popular or lowest-priced variant as the default to improve conversion.
6. Managing Stock
Updating Stock Quantities
- Go to Products → All Products
- Open the product you want to update
- Navigate to the Variants section
- Edit the Stock Quantity field for the relevant variant
- Save
Low Stock Alerts
Set a low stock threshold so you’re notified before you run out:
- Open the variant settings
- Set the Low Stock Threshold (e.g. 5 units)
- When stock falls below this number, an alert appears in your dashboard notifications
[!WARNING] Products with zero stock are automatically marked as Out of Stock on the storefront. Customers cannot add them to cart until stock is restored.
7. Managing Categories
Categories help customers navigate your store. Navigate to Products → Categories to manage them.
Creating a Category
- Click New Category
- Enter the Name (e.g. “Women’s Clothing”)
- The Slug is auto-generated (e.g.
womens-clothing) — edit it if needed - Optionally select a Parent Category to create a hierarchy (e.g. “Dresses” under “Women’s Clothing”)
- Click Save
Editing and Deleting
- To edit, click the category name and update the fields
- To delete, click the three-dot menu → Delete
[!WARNING] Deleting a category does not delete its products. Products in a deleted category will become uncategorized. Reassign them before deleting.
Category Hierarchy
Parent-child category relationships create a hierarchy displayed in the storefront navigation:
Women's Clothing
├── Dresses
├── Tops
└── Trousers8. Category Suggestions
Customers can suggest new categories when they feel an existing product doesn’t fit. You’ll receive a notification in your dashboard.
To review suggestions:
- Go to Products → Category Suggestions
- Review the suggested name and the product it was submitted for
- Click Approve to create the category, or Reject to dismiss
9. Collections
Collections are curated groupings of products used for featured sections (e.g. “New Arrivals”, “Summer Sale”, “Best Sellers”).
To create a collection:
- Go to Products → Collections → New Collection
- Enter the collection name and description
- Click Add Products and select the products to include
- Set a display image (used on the storefront collection page)
- Save and publish
Collections can be displayed on your storefront homepage or linked from the navigation menu.
10. Product Tags
Tags are flexible labels you can attach to any product for search and filtering purposes.
- Add tags when creating or editing a product in the Tags field
- Tags are comma-separated (e.g.
cotton, summer, casual) - Customers can filter by tag on category and search result pages
- Tags can also be used to build dynamic collections